Shades of Celeste #CECEC2
Tints of Celeste #CECEC2
RGB
CMYK
RGB Variations
Color information
#CECEC2 (or 0xCECEC2) is known color: Celeste. HEX triplet: CE, CE and C2. RGB value is (206,206,194). Sum of RGB (Red+Green+Blue) = 206+206+194=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEC2 is #31313D. Grayscale: #CCCCCC. Windows color (decimal): -3223870 or 12766926. OLE color: 12766926.
HSL color Cylindrical-coordinate representation of color #CECEC2: hue angle of 60º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECEC2 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 194 | - |
CMYK | 0 | 0 | 0.06 | 0.19 |
HSL | 60º | 0.11% | 0.78% | - |
HSV(B) | 60º | 0.06% | 0.81% | - |
XYZ | 57.26 | 61.16 | 59.83 | - |
YUV | 204.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 194 | 0 | 0 | 0.06 | 0.19 | 60 | 0.11 | 0.78 |
Hex | CE | CE | C2 | 0 | 0 | 6 | 13 | 3C | B | 4E |
Octal | 316 | 316 | 302 | 0 | 0 | 6 | 23 | 74 | 13 | 116 |
Binary | 11001110 | 11001110 | 11000010 | 0 | 0 | 110 | 10011 | 111100 | 1011 | 1001110 |
Color Harmonies of #CECEC2
Complementary color
Monochromatic Colors of #CECEC2
Black with #CECEC2
Text Example
Text Example
White with #CECEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEC2; }
p { color: rgb(206,206,194); }
H1.HeaderClassName
{
color: #CECEC2;
}
.AnyTagClassName
{
color: #CECEC2;
}
</style>
background-color css
<style>
a { background-color: #CECEC2; }
a { background-color: rgb(206,206,194); }
div.DivClassName
{
background-color: #CECEC2;
}
.BgClassName
{
background-color: #CECEC2;
}
</style>
border-color css
<style>
span { border-color: #CECEC2; }
span { border-color: rgb(206,206,194); }
td.TdClassName
{
border-color: #CECEC2;
}
.TagClassName
{
border-color: #CECEC2;
}
</style>