Shades of Moon Mist #CECDB5
Tints of Moon Mist #CECDB5
RGB
CMYK
RGB Variations
Color information
#CECDB5 (or 0xCECDB5) is known color: Moon Mist. HEX triplet: CE, CD and B5. RGB value is (206,205,181). Sum of RGB (Red+Green+Blue) = 206+205+181=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDB5 is #31324A. Grayscale: #CACACA. Windows color (decimal): -3224139 or 11914702. OLE color: 11914702.
HSL color Cylindrical-coordinate representation of color #CECDB5: hue angle of 57.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECDB5 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 181 | - |
| CMYK | 0 | 0.00 | 0.12 | 0.19 |
| HSL | 57.6º | 0.2% | 0.76% | - |
| HSV(B) | 57.6º | 0.12% | 0.81% | - |
| XYZ | 55.63 | 60.12 | 52.39 | - |
| YUV | 202.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 181 | 0 | 0.00 | 0.12 | 0.19 | 57.6 | 0.2 | 0.76 |
| Hex | CE | CD | B5 | 0 | 0 | C | 13 | 3A | 14 | 4C |
| Octal | 316 | 315 | 265 | 0 | 0 | 14 | 23 | 72 | 24 | 114 |
| Binary | 11001110 | 11001101 | 10110101 | 0 | 0 | 1100 | 10011 | 111010 | 10100 | 1001100 |
Color Harmonies of #CECDB5
Complementary color
Monochromatic Colors of #CECDB5
Black with #CECDB5
Text Example
Text Example
White with #CECDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDB5; }
p { color: rgb(206,205,181); }
H1.HeaderClassName
{
color: #CECDB5;
}
.AnyTagClassName
{
color: #CECDB5;
}
</style>
background-color css
<style>
a { background-color: #CECDB5; }
a { background-color: rgb(206,205,181); }
div.DivClassName
{
background-color: #CECDB5;
}
.BgClassName
{
background-color: #CECDB5;
}
</style>
border-color css
<style>
span { border-color: #CECDB5; }
span { border-color: rgb(206,205,181); }
td.TdClassName
{
border-color: #CECDB5;
}
.TagClassName
{
border-color: #CECDB5;
}
</style>