Shades of Moon Mist #CECDB9
Tints of Moon Mist #CECDB9
RGB
CMYK
RGB Variations
Color information
#CECDB9 (or 0xCECDB9) is known color: Moon Mist. HEX triplet: CE, CD and B9. RGB value is (206,205,185). Sum of RGB (Red+Green+Blue) = 206+205+185=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDB9 is #313246. Grayscale: #CBCBCB. Windows color (decimal): -3224135 or 12176846. OLE color: 12176846.
HSL color Cylindrical-coordinate representation of color #CECDB9: hue angle of 57.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECDB9 is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 185 | - |
| CMYK | 0 | 0.00 | 0.10 | 0.19 |
| HSL | 57.14º | 0.18% | 0.77% | - |
| HSV(B) | 57.14º | 0.1% | 0.81% | - |
| XYZ | 56.04 | 60.29 | 54.58 | - |
| YUV | 203.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 185 | 0 | 0.00 | 0.10 | 0.19 | 57.14 | 0.18 | 0.77 |
| Hex | CE | CD | B9 | 0 | 0 | A | 13 | 39 | 12 | 4D |
| Octal | 316 | 315 | 271 | 0 | 0 | 12 | 23 | 71 | 22 | 115 |
| Binary | 11001110 | 11001101 | 10111001 | 0 | 0 | 1010 | 10011 | 111001 | 10010 | 1001101 |
Color Harmonies of #CECDB9
Complementary color
Monochromatic Colors of #CECDB9
Black with #CECDB9
Text Example
Text Example
White with #CECDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDB9; }
p { color: rgb(206,205,185); }
H1.HeaderClassName
{
color: #CECDB9;
}
.AnyTagClassName
{
color: #CECDB9;
}
</style>
background-color css
<style>
a { background-color: #CECDB9; }
a { background-color: rgb(206,205,185); }
div.DivClassName
{
background-color: #CECDB9;
}
.BgClassName
{
background-color: #CECDB9;
}
</style>
border-color css
<style>
span { border-color: #CECDB9; }
span { border-color: rgb(206,205,185); }
td.TdClassName
{
border-color: #CECDB9;
}
.TagClassName
{
border-color: #CECDB9;
}
</style>