Shades of Celeste #CED0BC
Tints of Celeste #CED0BC
RGB
CMYK
RGB Variations
Color information
#CED0BC (or 0xCED0BC) is known color: Celeste. HEX triplet: CE, D0 and BC. RGB value is (206,208,188). Sum of RGB (Red+Green+Blue) = 206+208+188=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0BC is #312F43. Grayscale: #CDCDCD. Windows color (decimal): -3223364 or 12374222. OLE color: 12374222.
HSL color Cylindrical-coordinate representation of color #CED0BC: hue angle of 66º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED0BC is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 188 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.18 |
| HSL | 66º | 0.18% | 0.78% | - |
| HSV(B) | 66º | 0.1% | 0.82% | - |
| XYZ | 57.09 | 61.86 | 56.51 | - |
| YUV | 205.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 188 | 0.01 | 0 | 0.10 | 0.18 | 66 | 0.18 | 0.78 |
| Hex | CE | D0 | BC | 1 | 0 | A | 12 | 42 | 12 | 4E |
| Octal | 316 | 320 | 274 | 1 | 0 | 12 | 22 | 102 | 22 | 116 |
| Binary | 11001110 | 11010000 | 10111100 | 1 | 0 | 1010 | 10010 | 1000010 | 10010 | 1001110 |
Color Harmonies of #CED0BC
Complementary color
Monochromatic Colors of #CED0BC
Black with #CED0BC
Text Example
Text Example
White with #CED0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0BC; }
p { color: rgb(206,208,188); }
H1.HeaderClassName
{
color: #CED0BC;
}
.AnyTagClassName
{
color: #CED0BC;
}
</style>
background-color css
<style>
a { background-color: #CED0BC; }
a { background-color: rgb(206,208,188); }
div.DivClassName
{
background-color: #CED0BC;
}
.BgClassName
{
background-color: #CED0BC;
}
</style>
border-color css
<style>
span { border-color: #CED0BC; }
span { border-color: rgb(206,208,188); }
td.TdClassName
{
border-color: #CED0BC;
}
.TagClassName
{
border-color: #CED0BC;
}
</style>