Shades of Celeste #CCCCCB
Tints of Celeste #CCCCCB
RGB
CMYK
RGB Variations
Color information
#CCCCCB (or 0xCCCCCB) is known color: Celeste. HEX triplet: CC, CC and CB. RGB value is (204,204,203). Sum of RGB (Red+Green+Blue) = 204+204+203=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCCB is #333334. Grayscale: #CBCBCB. Windows color (decimal): -3355445 or 13356236. OLE color: 13356236.
HSL color Cylindrical-coordinate representation of color #CCCCCB: hue angle of 60º degrees, saturation: 0.01, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CCCCCB is Cyan = 0, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 203 | - |
CMYK | 0 | 0 | 0.00 | 0.2 |
HSL | 60º | 0.01% | 0.8% | - |
HSV(B) | 60º | 0% | 0.8% | - |
XYZ | 57.27 | 60.33 | 65.13 | - |
YUV | 203.89 | 127.5 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 203 | 0 | 0 | 0.00 | 0.2 | 60 | 0.01 | 0.8 |
Hex | CC | CC | CB | 0 | 0 | 0 | 14 | 3C | 1 | 50 |
Octal | 314 | 314 | 313 | 0 | 0 | 0 | 24 | 74 | 1 | 120 |
Binary | 11001100 | 11001100 | 11001011 | 0 | 0 | 0 | 10100 | 111100 | 1 | 1010000 |
Color Harmonies of #CCCCCB
Complementary color
Monochromatic Colors of #CCCCCB
Black with #CCCCCB
Text Example
Text Example
White with #CCCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCCB; }
p { color: rgb(204,204,203); }
H1.HeaderClassName
{
color: #CCCCCB;
}
.AnyTagClassName
{
color: #CCCCCB;
}
</style>
background-color css
<style>
a { background-color: #CCCCCB; }
a { background-color: rgb(204,204,203); }
div.DivClassName
{
background-color: #CCCCCB;
}
.BgClassName
{
background-color: #CCCCCB;
}
</style>
border-color css
<style>
span { border-color: #CCCCCB; }
span { border-color: rgb(204,204,203); }
td.TdClassName
{
border-color: #CCCCCB;
}
.TagClassName
{
border-color: #CCCCCB;
}
</style>