Shades of Moon Mist #CECDBB
Tints of Moon Mist #CECDBB
RGB
CMYK
RGB Variations
Color information
#CECDBB (or 0xCECDBB) is known color: Moon Mist. HEX triplet: CE, CD and BB. RGB value is (206,205,187). Sum of RGB (Red+Green+Blue) = 206+205+187=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDBB is #313244. Grayscale: #CBCBCB. Windows color (decimal): -3224133 or 12307918. OLE color: 12307918.
HSL color Cylindrical-coordinate representation of color #CECDBB: hue angle of 56.84º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECDBB is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 187 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.19 |
| HSL | 56.84º | 0.16% | 0.77% | - |
| HSV(B) | 56.84º | 0.09% | 0.81% | - |
| XYZ | 56.25 | 60.37 | 55.7 | - |
| YUV | 203.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 187 | 0 | 0.00 | 0.09 | 0.19 | 56.84 | 0.16 | 0.77 |
| Hex | CE | CD | BB | 0 | 0 | 9 | 13 | 39 | 10 | 4D |
| Octal | 316 | 315 | 273 | 0 | 0 | 11 | 23 | 71 | 20 | 115 |
| Binary | 11001110 | 11001101 | 10111011 | 0 | 0 | 1001 | 10011 | 111001 | 10000 | 1001101 |
Color Harmonies of #CECDBB
Complementary color
Monochromatic Colors of #CECDBB
Black with #CECDBB
Text Example
Text Example
White with #CECDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDBB; }
p { color: rgb(206,205,187); }
H1.HeaderClassName
{
color: #CECDBB;
}
.AnyTagClassName
{
color: #CECDBB;
}
</style>
background-color css
<style>
a { background-color: #CECDBB; }
a { background-color: rgb(206,205,187); }
div.DivClassName
{
background-color: #CECDBB;
}
.BgClassName
{
background-color: #CECDBB;
}
</style>
border-color css
<style>
span { border-color: #CECDBB; }
span { border-color: rgb(206,205,187); }
td.TdClassName
{
border-color: #CECDBB;
}
.TagClassName
{
border-color: #CECDBB;
}
</style>