Shades of Celeste #CECEC4
Tints of Celeste #CECEC4
RGB
CMYK
RGB Variations
Color information
#CECEC4 (or 0xCECEC4) is known color: Celeste. HEX triplet: CE, CE and C4. RGB value is (206,206,196). Sum of RGB (Red+Green+Blue) = 206+206+196=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEC4 is #31313B. Grayscale: #CCCCCC. Windows color (decimal): -3223868 or 12897998. OLE color: 12897998.
HSL color Cylindrical-coordinate representation of color #CECEC4: hue angle of 60º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CECEC4 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 196 | - |
CMYK | 0 | 0 | 0.05 | 0.19 |
HSL | 60º | 0.09% | 0.79% | - |
HSV(B) | 60º | 0.05% | 0.81% | - |
XYZ | 57.49 | 61.25 | 61.02 | - |
YUV | 204.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 196 | 0 | 0 | 0.05 | 0.19 | 60 | 0.09 | 0.79 |
Hex | CE | CE | C4 | 0 | 0 | 5 | 13 | 3C | 9 | 4F |
Octal | 316 | 316 | 304 | 0 | 0 | 5 | 23 | 74 | 11 | 117 |
Binary | 11001110 | 11001110 | 11000100 | 0 | 0 | 101 | 10011 | 111100 | 1001 | 1001111 |
Color Harmonies of #CECEC4
Complementary color
Monochromatic Colors of #CECEC4
Black with #CECEC4
Text Example
Text Example
White with #CECEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEC4; }
p { color: rgb(206,206,196); }
H1.HeaderClassName
{
color: #CECEC4;
}
.AnyTagClassName
{
color: #CECEC4;
}
</style>
background-color css
<style>
a { background-color: #CECEC4; }
a { background-color: rgb(206,206,196); }
div.DivClassName
{
background-color: #CECEC4;
}
.BgClassName
{
background-color: #CECEC4;
}
</style>
border-color css
<style>
span { border-color: #CECEC4; }
span { border-color: rgb(206,206,196); }
td.TdClassName
{
border-color: #CECEC4;
}
.TagClassName
{
border-color: #CECEC4;
}
</style>