Shades of Celeste #CECECC
Tints of Celeste #CECECC
RGB
CMYK
RGB Variations
Color information
#CECECC (or 0xCECECC) is known color: Celeste. HEX triplet: CE, CE and CC. RGB value is (206,206,204). Sum of RGB (Red+Green+Blue) = 206+206+204=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECECC is #313133. Grayscale: #CDCDCD. Windows color (decimal): -3223860 or 13422286. OLE color: 13422286.
HSL color Cylindrical-coordinate representation of color #CECECC: hue angle of 60º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECECC is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 204 | - |
CMYK | 0 | 0 | 0.01 | 0.19 |
HSL | 60º | 0.02% | 0.8% | - |
HSV(B) | 60º | 0.01% | 0.81% | - |
XYZ | 58.42 | 61.62 | 65.94 | - |
YUV | 205.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 204 | 0 | 0 | 0.01 | 0.19 | 60 | 0.02 | 0.8 |
Hex | CE | CE | CC | 0 | 0 | 1 | 13 | 3C | 2 | 50 |
Octal | 316 | 316 | 314 | 0 | 0 | 1 | 23 | 74 | 2 | 120 |
Binary | 11001110 | 11001110 | 11001100 | 0 | 0 | 1 | 10011 | 111100 | 10 | 1010000 |
Color Harmonies of #CECECC
Complementary color
Monochromatic Colors of #CECECC
Black with #CECECC
Text Example
Text Example
White with #CECECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECECC; }
p { color: rgb(206,206,204); }
H1.HeaderClassName
{
color: #CECECC;
}
.AnyTagClassName
{
color: #CECECC;
}
</style>
background-color css
<style>
a { background-color: #CECECC; }
a { background-color: rgb(206,206,204); }
div.DivClassName
{
background-color: #CECECC;
}
.BgClassName
{
background-color: #CECECC;
}
</style>
border-color css
<style>
span { border-color: #CECECC; }
span { border-color: rgb(206,206,204); }
td.TdClassName
{
border-color: #CECECC;
}
.TagClassName
{
border-color: #CECECC;
}
</style>