Shades of Moon Mist #CECDB0
Tints of Moon Mist #CECDB0
RGB
CMYK
RGB Variations
Color information
#CECDB0 (or 0xCECDB0) is known color: Moon Mist. HEX triplet: CE, CD and B0. RGB value is (206,205,176). Sum of RGB (Red+Green+Blue) = 206+205+176=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECDB0 is #31324F. Grayscale: #CACACA. Windows color (decimal): -3224144 or 11587022. OLE color: 11587022.
HSL color Cylindrical-coordinate representation of color #CECDB0: hue angle of 58º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECDB0 is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 176 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.19 |
| HSL | 58º | 0.23% | 0.75% | - |
| HSV(B) | 58º | 0.15% | 0.81% | - |
| XYZ | 55.12 | 59.92 | 49.73 | - |
| YUV | 201.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 176 | 0 | 0.00 | 0.15 | 0.19 | 58 | 0.23 | 0.75 |
| Hex | CE | CD | B0 | 0 | 0 | F | 13 | 3A | 17 | 4B |
| Octal | 316 | 315 | 260 | 0 | 0 | 17 | 23 | 72 | 27 | 113 |
| Binary | 11001110 | 11001101 | 10110000 | 0 | 0 | 1111 | 10011 | 111010 | 10111 | 1001011 |
Color Harmonies of #CECDB0
Complementary color
Monochromatic Colors of #CECDB0
Black with #CECDB0
Text Example
Text Example
White with #CECDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDB0; }
p { color: rgb(206,205,176); }
H1.HeaderClassName
{
color: #CECDB0;
}
.AnyTagClassName
{
color: #CECDB0;
}
</style>
background-color css
<style>
a { background-color: #CECDB0; }
a { background-color: rgb(206,205,176); }
div.DivClassName
{
background-color: #CECDB0;
}
.BgClassName
{
background-color: #CECDB0;
}
</style>
border-color css
<style>
span { border-color: #CECDB0; }
span { border-color: rgb(206,205,176); }
td.TdClassName
{
border-color: #CECDB0;
}
.TagClassName
{
border-color: #CECDB0;
}
</style>