Shades of Moon Mist #CECDB1
Tints of Moon Mist #CECDB1
RGB
CMYK
RGB Variations
Color information
#CECDB1 (or 0xCECDB1) is known color: Moon Mist. HEX triplet: CE, CD and B1. RGB value is (206,205,177). Sum of RGB (Red+Green+Blue) = 206+205+177=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECDB1 is #31324E. Grayscale: #CACACA. Windows color (decimal): -3224143 or 11652558. OLE color: 11652558.
HSL color Cylindrical-coordinate representation of color #CECDB1: hue angle of 57.93º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECDB1 is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 177 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.19 |
| HSL | 57.93º | 0.23% | 0.75% | - |
| HSV(B) | 57.93º | 0.14% | 0.81% | - |
| XYZ | 55.22 | 59.96 | 50.26 | - |
| YUV | 202.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 177 | 0 | 0.00 | 0.14 | 0.19 | 57.93 | 0.23 | 0.75 |
| Hex | CE | CD | B1 | 0 | 0 | E | 13 | 3A | 17 | 4B |
| Octal | 316 | 315 | 261 | 0 | 0 | 16 | 23 | 72 | 27 | 113 |
| Binary | 11001110 | 11001101 | 10110001 | 0 | 0 | 1110 | 10011 | 111010 | 10111 | 1001011 |
Color Harmonies of #CECDB1
Complementary color
Monochromatic Colors of #CECDB1
Black with #CECDB1
Text Example
Text Example
White with #CECDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDB1; }
p { color: rgb(206,205,177); }
H1.HeaderClassName
{
color: #CECDB1;
}
.AnyTagClassName
{
color: #CECDB1;
}
</style>
background-color css
<style>
a { background-color: #CECDB1; }
a { background-color: rgb(206,205,177); }
div.DivClassName
{
background-color: #CECDB1;
}
.BgClassName
{
background-color: #CECDB1;
}
</style>
border-color css
<style>
span { border-color: #CECDB1; }
span { border-color: rgb(206,205,177); }
td.TdClassName
{
border-color: #CECDB1;
}
.TagClassName
{
border-color: #CECDB1;
}
</style>