Shades of Celeste #CECEC3
Tints of Celeste #CECEC3
RGB
CMYK
RGB Variations
Color information
#CECEC3 (or 0xCECEC3) is known color: Celeste. HEX triplet: CE, CE and C3. RGB value is (206,206,195). Sum of RGB (Red+Green+Blue) = 206+206+195=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEC3 is #31313C. Grayscale: #CCCCCC. Windows color (decimal): -3223869 or 12832462. OLE color: 12832462.
HSL color Cylindrical-coordinate representation of color #CECEC3: hue angle of 60º degrees, saturation: 0.1, 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 #CECEC3 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 195 | - |
CMYK | 0 | 0 | 0.05 | 0.19 |
HSL | 60º | 0.1% | 0.79% | - |
HSV(B) | 60º | 0.05% | 0.81% | - |
XYZ | 57.38 | 61.2 | 60.42 | - |
YUV | 204.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 195 | 0 | 0 | 0.05 | 0.19 | 60 | 0.1 | 0.79 |
Hex | CE | CE | C3 | 0 | 0 | 5 | 13 | 3C | A | 4F |
Octal | 316 | 316 | 303 | 0 | 0 | 5 | 23 | 74 | 12 | 117 |
Binary | 11001110 | 11001110 | 11000011 | 0 | 0 | 101 | 10011 | 111100 | 1010 | 1001111 |
Color Harmonies of #CECEC3
Complementary color
Monochromatic Colors of #CECEC3
Black with #CECEC3
Text Example
Text Example
White with #CECEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEC3; }
p { color: rgb(206,206,195); }
H1.HeaderClassName
{
color: #CECEC3;
}
.AnyTagClassName
{
color: #CECEC3;
}
</style>
background-color css
<style>
a { background-color: #CECEC3; }
a { background-color: rgb(206,206,195); }
div.DivClassName
{
background-color: #CECEC3;
}
.BgClassName
{
background-color: #CECEC3;
}
</style>
border-color css
<style>
span { border-color: #CECEC3; }
span { border-color: rgb(206,206,195); }
td.TdClassName
{
border-color: #CECEC3;
}
.TagClassName
{
border-color: #CECEC3;
}
</style>