Shades of Moon Mist #CECDB4
Tints of Moon Mist #CECDB4
RGB
CMYK
RGB Variations
Color information
#CECDB4 (or 0xCECDB4) is known color: Moon Mist. HEX triplet: CE, CD and B4. RGB value is (206,205,180). Sum of RGB (Red+Green+Blue) = 206+205+180=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDB4 is #31324B. Grayscale: #CACACA. Windows color (decimal): -3224140 or 11849166. OLE color: 11849166.
HSL color Cylindrical-coordinate representation of color #CECDB4: hue angle of 57.69º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CECDB4 is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 180 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.19 |
| HSL | 57.69º | 0.21% | 0.76% | - |
| HSV(B) | 57.69º | 0.13% | 0.81% | - |
| XYZ | 55.52 | 60.08 | 51.85 | - |
| YUV | 202.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 180 | 0 | 0.00 | 0.13 | 0.19 | 57.69 | 0.21 | 0.76 |
| Hex | CE | CD | B4 | 0 | 0 | D | 13 | 3A | 15 | 4C |
| Octal | 316 | 315 | 264 | 0 | 0 | 15 | 23 | 72 | 25 | 114 |
| Binary | 11001110 | 11001101 | 10110100 | 0 | 0 | 1101 | 10011 | 111010 | 10101 | 1001100 |
Color Harmonies of #CECDB4
Complementary color
Monochromatic Colors of #CECDB4
Black with #CECDB4
Text Example
Text Example
White with #CECDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDB4; }
p { color: rgb(206,205,180); }
H1.HeaderClassName
{
color: #CECDB4;
}
.AnyTagClassName
{
color: #CECDB4;
}
</style>
background-color css
<style>
a { background-color: #CECDB4; }
a { background-color: rgb(206,205,180); }
div.DivClassName
{
background-color: #CECDB4;
}
.BgClassName
{
background-color: #CECDB4;
}
</style>
border-color css
<style>
span { border-color: #CECDB4; }
span { border-color: rgb(206,205,180); }
td.TdClassName
{
border-color: #CECDB4;
}
.TagClassName
{
border-color: #CECDB4;
}
</style>