Shades of Moon Mist #CECDB6
Tints of Moon Mist #CECDB6
RGB
CMYK
RGB Variations
Color information
#CECDB6 (or 0xCECDB6) is known color: Moon Mist. HEX triplet: CE, CD and B6. RGB value is (206,205,182). Sum of RGB (Red+Green+Blue) = 206+205+182=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDB6 is #313249. Grayscale: #CACACA. Windows color (decimal): -3224138 or 11980238. OLE color: 11980238.
HSL color Cylindrical-coordinate representation of color #CECDB6: hue angle of 57.5º 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 #CECDB6 is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 182 | - |
| CMYK | 0 | 0.00 | 0.12 | 0.19 |
| HSL | 57.5º | 0.2% | 0.76% | - |
| HSV(B) | 57.5º | 0.12% | 0.81% | - |
| XYZ | 55.73 | 60.16 | 52.93 | - |
| YUV | 202.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 182 | 0 | 0.00 | 0.12 | 0.19 | 57.5 | 0.2 | 0.76 |
| Hex | CE | CD | B6 | 0 | 0 | C | 13 | 3A | 14 | 4C |
| Octal | 316 | 315 | 266 | 0 | 0 | 14 | 23 | 72 | 24 | 114 |
| Binary | 11001110 | 11001101 | 10110110 | 0 | 0 | 1100 | 10011 | 111010 | 10100 | 1001100 |
Color Harmonies of #CECDB6
Complementary color
Monochromatic Colors of #CECDB6
Black with #CECDB6
Text Example
Text Example
White with #CECDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDB6; }
p { color: rgb(206,205,182); }
H1.HeaderClassName
{
color: #CECDB6;
}
.AnyTagClassName
{
color: #CECDB6;
}
</style>
background-color css
<style>
a { background-color: #CECDB6; }
a { background-color: rgb(206,205,182); }
div.DivClassName
{
background-color: #CECDB6;
}
.BgClassName
{
background-color: #CECDB6;
}
</style>
border-color css
<style>
span { border-color: #CECDB6; }
span { border-color: rgb(206,205,182); }
td.TdClassName
{
border-color: #CECDB6;
}
.TagClassName
{
border-color: #CECDB6;
}
</style>