Shades of Celeste #CECEBE
Tints of Celeste #CECEBE
RGB
CMYK
RGB Variations
Color information
#CECEBE (or 0xCECEBE) is known color: Celeste. HEX triplet: CE, CE and BE. RGB value is (206,206,190). Sum of RGB (Red+Green+Blue) = 206+206+190=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEBE is #313141. Grayscale: #CCCCCC. Windows color (decimal): -3223874 or 12504782. OLE color: 12504782.
HSL color Cylindrical-coordinate representation of color #CECEBE: hue angle of 60º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECEBE is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 190 | - |
CMYK | 0 | 0 | 0.08 | 0.19 |
HSL | 60º | 0.14% | 0.78% | - |
HSV(B) | 60º | 0.08% | 0.81% | - |
XYZ | 56.82 | 60.98 | 57.49 | - |
YUV | 204.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 190 | 0 | 0 | 0.08 | 0.19 | 60 | 0.14 | 0.78 |
Hex | CE | CE | BE | 0 | 0 | 8 | 13 | 3C | E | 4E |
Octal | 316 | 316 | 276 | 0 | 0 | 10 | 23 | 74 | 16 | 116 |
Binary | 11001110 | 11001110 | 10111110 | 0 | 0 | 1000 | 10011 | 111100 | 1110 | 1001110 |
Color Harmonies of #CECEBE
Complementary color
Monochromatic Colors of #CECEBE
Black with #CECEBE
Text Example
Text Example
White with #CECEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEBE; }
p { color: rgb(206,206,190); }
H1.HeaderClassName
{
color: #CECEBE;
}
.AnyTagClassName
{
color: #CECEBE;
}
</style>
background-color css
<style>
a { background-color: #CECEBE; }
a { background-color: rgb(206,206,190); }
div.DivClassName
{
background-color: #CECEBE;
}
.BgClassName
{
background-color: #CECEBE;
}
</style>
border-color css
<style>
span { border-color: #CECEBE; }
span { border-color: rgb(206,206,190); }
td.TdClassName
{
border-color: #CECEBE;
}
.TagClassName
{
border-color: #CECEBE;
}
</style>