Shades of Celeste #CCCCC9
Tints of Celeste #CCCCC9
RGB
CMYK
RGB Variations
Color information
#CCCCC9 (or 0xCCCCC9) is known color: Celeste. HEX triplet: CC, CC and C9. RGB value is (204,204,201). Sum of RGB (Red+Green+Blue) = 204+204+201=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC9 is #333336. Grayscale: #CBCBCB. Windows color (decimal): -3355447 or 13225164. OLE color: 13225164.
HSL color Cylindrical-coordinate representation of color #CCCCC9: hue angle of 60º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCCC9 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 201 | - |
CMYK | 0 | 0 | 0.01 | 0.2 |
HSL | 60º | 0.03% | 0.79% | - |
HSV(B) | 60º | 0.01% | 0.8% | - |
XYZ | 57.04 | 60.24 | 63.88 | - |
YUV | 203.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 201 | 0 | 0 | 0.01 | 0.2 | 60 | 0.03 | 0.79 |
Hex | CC | CC | C9 | 0 | 0 | 1 | 14 | 3C | 3 | 4F |
Octal | 314 | 314 | 311 | 0 | 0 | 1 | 24 | 74 | 3 | 117 |
Binary | 11001100 | 11001100 | 11001001 | 0 | 0 | 1 | 10100 | 111100 | 11 | 1001111 |
Color Harmonies of #CCCCC9
Complementary color
Monochromatic Colors of #CCCCC9
Black with #CCCCC9
Text Example
Text Example
White with #CCCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCC9; }
p { color: rgb(204,204,201); }
H1.HeaderClassName
{
color: #CCCCC9;
}
.AnyTagClassName
{
color: #CCCCC9;
}
</style>
background-color css
<style>
a { background-color: #CCCCC9; }
a { background-color: rgb(204,204,201); }
div.DivClassName
{
background-color: #CCCCC9;
}
.BgClassName
{
background-color: #CCCCC9;
}
</style>
border-color css
<style>
span { border-color: #CCCCC9; }
span { border-color: rgb(204,204,201); }
td.TdClassName
{
border-color: #CCCCC9;
}
.TagClassName
{
border-color: #CCCCC9;
}
</style>