CCCCFF Color Hex
#CCCCFF Color Hex
#CCCCFF Color Information
- In the RGB color space, the color value #ccccff is composed of 80% red, 80% green, and 100% blue.
- In the CMYK color space, it consists of 0.2 cyan, 0.2 magenta, 0 yellow, and 0 black.
- It has a color angle of 240 degrees, a saturation of 100%, and a luminance of 90%.
- Contrast color of #ccccff is #000000
#CCCCFF Color Conversion
Hex | ccccff | #ccccff |
RGB Decimal | 204, 204, 255 | rgb(204, 204, 255) |
RGB Percent | 80, 80, 100 | rgb(80%, 80%, 100%) |
HSL | 240°,100%,90% | hsl(240°,100%,90%) |
CMYK | 0.2, 0.2, 0, 0 | |
HSV (or HSB) | 240°, 67%, 67%, |
YUV | 210, 153, 122 |
XYZ | 64.545, 63.243, 103.413 |
CIE-LAB | 83.57, 10.303, -24.921 |
#ccccff border color
.css_border_solid{ border: 3px solid #ccccff }
.css_border_dotted{ border: 3px dotted #ccccff }
.css_border_dashed{ border: 3px dashed #ccccff }
.css_border_double{ border: 3px double #ccccff }
Css background gradient color with #CCCCFF
.box_css_gradient_with_ccccff{ background-color: #ccccff;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccccff', endColorstr='#1414ff');background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccccff), to(#1414ff));background-image: -webkit-linear-gradient(top, #ccccff, #1414ff);background-image: -moz-linear-gradient(top, #ccccff, #1414ff);background-image: -o-linear-gradient(top, #ccccff, #1414ff);background-image: linear-gradient(to bottom, #ccccff, #1414ff); }
#ccccff Color Preview on Black Background
Sample font with color #ccccff on background of color black
#ccccff Color Preview on White Background
Sample font with color #ccccff on background of color white
#ccccff background color
The sample font has a contrasting color to the color #ccccff
Contrast color with #ccccff color is #000000