Shades of Celeste #CED0BB
Tints of Celeste #CED0BB
RGB
CMYK
RGB Variations
Color information
#CED0BB (or 0xCED0BB) is known color: Celeste. HEX triplet: CE, D0 and BB. RGB value is (206,208,187). Sum of RGB (Red+Green+Blue) = 206+208+187=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0BB is #312F44. Grayscale: #CDCDCD. Windows color (decimal): -3223365 or 12308686. OLE color: 12308686.
HSL color Cylindrical-coordinate representation of color #CED0BB: hue angle of 65.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED0BB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 187 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.18 |
| HSL | 65.71º | 0.18% | 0.77% | - |
| HSV(B) | 65.71º | 0.1% | 0.82% | - |
| XYZ | 56.98 | 61.82 | 55.94 | - |
| YUV | 205.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 187 | 0.01 | 0 | 0.10 | 0.18 | 65.71 | 0.18 | 0.77 |
| Hex | CE | D0 | BB | 1 | 0 | A | 12 | 42 | 12 | 4D |
| Octal | 316 | 320 | 273 | 1 | 0 | 12 | 22 | 102 | 22 | 115 |
| Binary | 11001110 | 11010000 | 10111011 | 1 | 0 | 1010 | 10010 | 1000010 | 10010 | 1001101 |
Color Harmonies of #CED0BB
Complementary color
Monochromatic Colors of #CED0BB
Black with #CED0BB
Text Example
Text Example
White with #CED0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0BB; }
p { color: rgb(206,208,187); }
H1.HeaderClassName
{
color: #CED0BB;
}
.AnyTagClassName
{
color: #CED0BB;
}
</style>
background-color css
<style>
a { background-color: #CED0BB; }
a { background-color: rgb(206,208,187); }
div.DivClassName
{
background-color: #CED0BB;
}
.BgClassName
{
background-color: #CED0BB;
}
</style>
border-color css
<style>
span { border-color: #CED0BB; }
span { border-color: rgb(206,208,187); }
td.TdClassName
{
border-color: #CED0BB;
}
.TagClassName
{
border-color: #CED0BB;
}
</style>