Shades of Celeste #CECEC6
Tints of Celeste #CECEC6
RGB
CMYK
RGB Variations
Color information
#CECEC6 (or 0xCECEC6) is known color: Celeste. HEX triplet: CE, CE and C6. RGB value is (206,206,198). Sum of RGB (Red+Green+Blue) = 206+206+198=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEC6 is #313139. Grayscale: #CDCDCD. Windows color (decimal): -3223866 or 13029070. OLE color: 13029070.
HSL color Cylindrical-coordinate representation of color #CECEC6: hue angle of 60º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CECEC6 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 198 | - |
CMYK | 0 | 0 | 0.04 | 0.19 |
HSL | 60º | 0.08% | 0.79% | - |
HSV(B) | 60º | 0.04% | 0.81% | - |
XYZ | 57.72 | 61.34 | 62.22 | - |
YUV | 205.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 198 | 0 | 0 | 0.04 | 0.19 | 60 | 0.08 | 0.79 |
Hex | CE | CE | C6 | 0 | 0 | 4 | 13 | 3C | 8 | 4F |
Octal | 316 | 316 | 306 | 0 | 0 | 4 | 23 | 74 | 10 | 117 |
Binary | 11001110 | 11001110 | 11000110 | 0 | 0 | 100 | 10011 | 111100 | 1000 | 1001111 |
Color Harmonies of #CECEC6
Complementary color
Monochromatic Colors of #CECEC6
Black with #CECEC6
Text Example
Text Example
White with #CECEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEC6; }
p { color: rgb(206,206,198); }
H1.HeaderClassName
{
color: #CECEC6;
}
.AnyTagClassName
{
color: #CECEC6;
}
</style>
background-color css
<style>
a { background-color: #CECEC6; }
a { background-color: rgb(206,206,198); }
div.DivClassName
{
background-color: #CECEC6;
}
.BgClassName
{
background-color: #CECEC6;
}
</style>
border-color css
<style>
span { border-color: #CECEC6; }
span { border-color: rgb(206,206,198); }
td.TdClassName
{
border-color: #CECEC6;
}
.TagClassName
{
border-color: #CECEC6;
}
</style>