Shades of Celeste #CCCCC8
Tints of Celeste #CCCCC8
RGB
CMYK
RGB Variations
Color information
#CCCCC8 (or 0xCCCCC8) is known color: Celeste. HEX triplet: CC, CC and C8. RGB value is (204,204,200). Sum of RGB (Red+Green+Blue) = 204+204+200=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC8 is #333337. Grayscale: #CBCBCB. Windows color (decimal): -3355448 or 13159628. OLE color: 13159628.
HSL color Cylindrical-coordinate representation of color #CCCCC8: hue angle of 60º degrees, saturation: 0.04, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCCCC8 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 200 | - |
CMYK | 0 | 0 | 0.02 | 0.2 |
HSL | 60º | 0.04% | 0.79% | - |
HSV(B) | 60º | 0.02% | 0.8% | - |
XYZ | 56.92 | 60.19 | 63.26 | - |
YUV | 203.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 200 | 0 | 0 | 0.02 | 0.2 | 60 | 0.04 | 0.79 |
Hex | CC | CC | C8 | 0 | 0 | 2 | 14 | 3C | 4 | 4F |
Octal | 314 | 314 | 310 | 0 | 0 | 2 | 24 | 74 | 4 | 117 |
Binary | 11001100 | 11001100 | 11001000 | 0 | 0 | 10 | 10100 | 111100 | 100 | 1001111 |
Color Harmonies of #CCCCC8
Complementary color
Monochromatic Colors of #CCCCC8
Black with #CCCCC8
Text Example
Text Example
White with #CCCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCC8; }
p { color: rgb(204,204,200); }
H1.HeaderClassName
{
color: #CCCCC8;
}
.AnyTagClassName
{
color: #CCCCC8;
}
</style>
background-color css
<style>
a { background-color: #CCCCC8; }
a { background-color: rgb(204,204,200); }
div.DivClassName
{
background-color: #CCCCC8;
}
.BgClassName
{
background-color: #CCCCC8;
}
</style>
border-color css
<style>
span { border-color: #CCCCC8; }
span { border-color: rgb(204,204,200); }
td.TdClassName
{
border-color: #CCCCC8;
}
.TagClassName
{
border-color: #CCCCC8;
}
</style>