Shades of Celeste #CCCCC6
Tints of Celeste #CCCCC6
RGB
CMYK
RGB Variations
Color information
#CCCCC6 (or 0xCCCCC6) is known color: Celeste. HEX triplet: CC, CC and C6. RGB value is (204,204,198). Sum of RGB (Red+Green+Blue) = 204+204+198=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC6 is #333339. Grayscale: #CBCBCB. Windows color (decimal): -3355450 or 13028556. OLE color: 13028556.
HSL color Cylindrical-coordinate representation of color #CCCCC6: hue angle of 60º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCCC6 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 198 | - |
CMYK | 0 | 0 | 0.03 | 0.2 |
HSL | 60º | 0.06% | 0.79% | - |
HSV(B) | 60º | 0.03% | 0.8% | - |
XYZ | 56.69 | 60.1 | 62.04 | - |
YUV | 203.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 198 | 0 | 0 | 0.03 | 0.2 | 60 | 0.06 | 0.79 |
Hex | CC | CC | C6 | 0 | 0 | 3 | 14 | 3C | 6 | 4F |
Octal | 314 | 314 | 306 | 0 | 0 | 3 | 24 | 74 | 6 | 117 |
Binary | 11001100 | 11001100 | 11000110 | 0 | 0 | 11 | 10100 | 111100 | 110 | 1001111 |
Color Harmonies of #CCCCC6
Complementary color
Monochromatic Colors of #CCCCC6
Black with #CCCCC6
Text Example
Text Example
White with #CCCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCC6; }
p { color: rgb(204,204,198); }
H1.HeaderClassName
{
color: #CCCCC6;
}
.AnyTagClassName
{
color: #CCCCC6;
}
</style>
background-color css
<style>
a { background-color: #CCCCC6; }
a { background-color: rgb(204,204,198); }
div.DivClassName
{
background-color: #CCCCC6;
}
.BgClassName
{
background-color: #CCCCC6;
}
</style>
border-color css
<style>
span { border-color: #CCCCC6; }
span { border-color: rgb(204,204,198); }
td.TdClassName
{
border-color: #CCCCC6;
}
.TagClassName
{
border-color: #CCCCC6;
}
</style>