Shades of Moon Mist #CECCB9
Tints of Moon Mist #CECCB9
RGB
CMYK
RGB Variations
Color information
#CECCB9 (or 0xCECCB9) is known color: Moon Mist. HEX triplet: CE, CC and B9. RGB value is (206,204,185). Sum of RGB (Red+Green+Blue) = 206+204+185=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCB9 is #313346. Grayscale: #CACACA. Windows color (decimal): -3224391 or 12176590. OLE color: 12176590.
HSL color Cylindrical-coordinate representation of color #CECCB9: hue angle of 54.29º 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 #CECCB9 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 185 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.19 |
| HSL | 54.29º | 0.18% | 0.77% | - |
| HSV(B) | 54.29º | 0.1% | 0.81% | - |
| XYZ | 55.8 | 59.81 | 54.5 | - |
| YUV | 202.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 185 | 0 | 0.01 | 0.10 | 0.19 | 54.29 | 0.18 | 0.77 |
| Hex | CE | CC | B9 | 0 | 1 | A | 13 | 36 | 12 | 4D |
| Octal | 316 | 314 | 271 | 0 | 1 | 12 | 23 | 66 | 22 | 115 |
| Binary | 11001110 | 11001100 | 10111001 | 0 | 1 | 1010 | 10011 | 110110 | 10010 | 1001101 |
Color Harmonies of #CECCB9
Complementary color
Monochromatic Colors of #CECCB9
Black with #CECCB9
Text Example
Text Example
White with #CECCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCB9; }
p { color: rgb(206,204,185); }
H1.HeaderClassName
{
color: #CECCB9;
}
.AnyTagClassName
{
color: #CECCB9;
}
</style>
background-color css
<style>
a { background-color: #CECCB9; }
a { background-color: rgb(206,204,185); }
div.DivClassName
{
background-color: #CECCB9;
}
.BgClassName
{
background-color: #CECCB9;
}
</style>
border-color css
<style>
span { border-color: #CECCB9; }
span { border-color: rgb(206,204,185); }
td.TdClassName
{
border-color: #CECCB9;
}
.TagClassName
{
border-color: #CECCB9;
}
</style>