Shades of Moon Mist #CECDB8
Tints of Moon Mist #CECDB8
RGB
CMYK
RGB Variations
Color information
#CECDB8 (or 0xCECDB8) is known color: Moon Mist. HEX triplet: CE, CD and B8. RGB value is (206,205,184). Sum of RGB (Red+Green+Blue) = 206+205+184=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDB8 is #313247. Grayscale: #CACACA. Windows color (decimal): -3224136 or 12111310. OLE color: 12111310.
HSL color Cylindrical-coordinate representation of color #CECDB8: hue angle of 57.27º degrees, saturation: 0.18, 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 #CECDB8 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 205 | 184 | - |
CMYK | 0 | 0.00 | 0.11 | 0.19 |
HSL | 57.27º | 0.18% | 0.76% | - |
HSV(B) | 57.27º | 0.11% | 0.81% | - |
XYZ | 55.94 | 60.25 | 54.03 | - |
YUV | 202.91 | 117.33 | 130.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 184 | 0 | 0.00 | 0.11 | 0.19 | 57.27 | 0.18 | 0.76 |
Hex | CE | CD | B8 | 0 | 0 | B | 13 | 39 | 12 | 4C |
Octal | 316 | 315 | 270 | 0 | 0 | 13 | 23 | 71 | 22 | 114 |
Binary | 11001110 | 11001101 | 10111000 | 0 | 0 | 1011 | 10011 | 111001 | 10010 | 1001100 |
Color Harmonies of #CECDB8
Complementary color
Monochromatic Colors of #CECDB8
Black with #CECDB8
Text Example
Text Example
White with #CECDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDB8; }
p { color: rgb(206,205,184); }
H1.HeaderClassName
{
color: #CECDB8;
}
.AnyTagClassName
{
color: #CECDB8;
}
</style>
background-color css
<style>
a { background-color: #CECDB8; }
a { background-color: rgb(206,205,184); }
div.DivClassName
{
background-color: #CECDB8;
}
.BgClassName
{
background-color: #CECDB8;
}
</style>
border-color css
<style>
span { border-color: #CECDB8; }
span { border-color: rgb(206,205,184); }
td.TdClassName
{
border-color: #CECDB8;
}
.TagClassName
{
border-color: #CECDB8;
}
</style>