Shades of Moon Mist #CECDB7
Tints of Moon Mist #CECDB7
RGB
CMYK
RGB Variations
Color information
#CECDB7 (or 0xCECDB7) is known color: Moon Mist. HEX triplet: CE, CD and B7. RGB value is (206,205,183). Sum of RGB (Red+Green+Blue) = 206+205+183=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDB7 is #313248. Grayscale: #CACACA. Windows color (decimal): -3224137 or 12045774. OLE color: 12045774.
HSL color Cylindrical-coordinate representation of color #CECDB7: hue angle of 57.39º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CECDB7 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 183 | - |
| CMYK | 0 | 0.00 | 0.11 | 0.19 |
| HSL | 57.39º | 0.19% | 0.76% | - |
| HSV(B) | 57.39º | 0.11% | 0.81% | - |
| XYZ | 55.83 | 60.2 | 53.48 | - |
| YUV | 202.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 183 | 0 | 0.00 | 0.11 | 0.19 | 57.39 | 0.19 | 0.76 |
| Hex | CE | CD | B7 | 0 | 0 | B | 13 | 39 | 13 | 4C |
| Octal | 316 | 315 | 267 | 0 | 0 | 13 | 23 | 71 | 23 | 114 |
| Binary | 11001110 | 11001101 | 10110111 | 0 | 0 | 1011 | 10011 | 111001 | 10011 | 1001100 |
Color Harmonies of #CECDB7
Complementary color
Monochromatic Colors of #CECDB7
Black with #CECDB7
Text Example
Text Example
White with #CECDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDB7; }
p { color: rgb(206,205,183); }
H1.HeaderClassName
{
color: #CECDB7;
}
.AnyTagClassName
{
color: #CECDB7;
}
</style>
background-color css
<style>
a { background-color: #CECDB7; }
a { background-color: rgb(206,205,183); }
div.DivClassName
{
background-color: #CECDB7;
}
.BgClassName
{
background-color: #CECDB7;
}
</style>
border-color css
<style>
span { border-color: #CECDB7; }
span { border-color: rgb(206,205,183); }
td.TdClassName
{
border-color: #CECDB7;
}
.TagClassName
{
border-color: #CECDB7;
}
</style>