Shades of Celeste #CCCCCA
Tints of Celeste #CCCCCA
RGB
CMYK
RGB Variations
Color information
#CCCCCA (or 0xCCCCCA) is known color: Celeste. HEX triplet: CC, CC and CA. RGB value is (204,204,202). Sum of RGB (Red+Green+Blue) = 204+204+202=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCCA is #333335. Grayscale: #CBCBCB. Windows color (decimal): -3355446 or 13290700. OLE color: 13290700.
HSL color Cylindrical-coordinate representation of color #CCCCCA: hue angle of 60º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCCCA is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 202 | - |
CMYK | 0 | 0 | 0.01 | 0.2 |
HSL | 60º | 0.02% | 0.8% | - |
HSV(B) | 60º | 0.01% | 0.8% | - |
XYZ | 57.16 | 60.29 | 64.5 | - |
YUV | 203.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 202 | 0 | 0 | 0.01 | 0.2 | 60 | 0.02 | 0.8 |
Hex | CC | CC | CA | 0 | 0 | 1 | 14 | 3C | 2 | 50 |
Octal | 314 | 314 | 312 | 0 | 0 | 1 | 24 | 74 | 2 | 120 |
Binary | 11001100 | 11001100 | 11001010 | 0 | 0 | 1 | 10100 | 111100 | 10 | 1010000 |
Color Harmonies of #CCCCCA
Complementary color
Monochromatic Colors of #CCCCCA
Black with #CCCCCA
Text Example
Text Example
White with #CCCCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCCA; }
p { color: rgb(204,204,202); }
H1.HeaderClassName
{
color: #CCCCCA;
}
.AnyTagClassName
{
color: #CCCCCA;
}
</style>
background-color css
<style>
a { background-color: #CCCCCA; }
a { background-color: rgb(204,204,202); }
div.DivClassName
{
background-color: #CCCCCA;
}
.BgClassName
{
background-color: #CCCCCA;
}
</style>
border-color css
<style>
span { border-color: #CCCCCA; }
span { border-color: rgb(204,204,202); }
td.TdClassName
{
border-color: #CCCCCA;
}
.TagClassName
{
border-color: #CCCCCA;
}
</style>