Shades of Celeste #CECEC0
Tints of Celeste #CECEC0
RGB
CMYK
RGB Variations
Color information
#CECEC0 (or 0xCECEC0) is known color: Celeste. HEX triplet: CE, CE and C0. RGB value is (206,206,192). Sum of RGB (Red+Green+Blue) = 206+206+192=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEC0 is #31313F. Grayscale: #CCCCCC. Windows color (decimal): -3223872 or 12635854. OLE color: 12635854.
HSL color Cylindrical-coordinate representation of color #CECEC0: hue angle of 60º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECEC0 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 192 | - |
| CMYK | 0 | 0 | 0.07 | 0.19 |
| HSL | 60º | 0.13% | 0.78% | - |
| HSV(B) | 60º | 0.07% | 0.81% | - |
| XYZ | 57.04 | 61.07 | 58.65 | - |
| YUV | 204.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 192 | 0 | 0 | 0.07 | 0.19 | 60 | 0.13 | 0.78 |
| Hex | CE | CE | C0 | 0 | 0 | 7 | 13 | 3C | C | 4E |
| Octal | 316 | 316 | 300 | 0 | 0 | 7 | 23 | 74 | 14 | 116 |
| Binary | 11001110 | 11001110 | 11000000 | 0 | 0 | 111 | 10011 | 111100 | 1100 | 1001110 |
Color Harmonies of #CECEC0
Complementary color
Monochromatic Colors of #CECEC0
Black with #CECEC0
Text Example
Text Example
White with #CECEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEC0; }
p { color: rgb(206,206,192); }
H1.HeaderClassName
{
color: #CECEC0;
}
.AnyTagClassName
{
color: #CECEC0;
}
</style>
background-color css
<style>
a { background-color: #CECEC0; }
a { background-color: rgb(206,206,192); }
div.DivClassName
{
background-color: #CECEC0;
}
.BgClassName
{
background-color: #CECEC0;
}
</style>
border-color css
<style>
span { border-color: #CECEC0; }
span { border-color: rgb(206,206,192); }
td.TdClassName
{
border-color: #CECEC0;
}
.TagClassName
{
border-color: #CECEC0;
}
</style>