Shades of Moon Mist #CDCEBA
Tints of Moon Mist #CDCEBA
RGB
CMYK
RGB Variations
Color information
#CDCEBA (or 0xCDCEBA) is known color: Moon Mist. HEX triplet: CD, CE and BA. RGB value is (205,206,186). Sum of RGB (Red+Green+Blue) = 205+206+186=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEBA is #323145. Grayscale: #CBCBCB. Windows color (decimal): -3289414 or 12242637. OLE color: 12242637.
HSL color Cylindrical-coordinate representation of color #CDCEBA: hue angle of 63º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDCEBA is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 186 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.19 |
| HSL | 63º | 0.17% | 0.77% | - |
| HSV(B) | 63º | 0.1% | 0.81% | - |
| XYZ | 56.11 | 60.67 | 55.21 | - |
| YUV | 203.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 186 | 0.00 | 0 | 0.10 | 0.19 | 63 | 0.17 | 0.77 |
| Hex | CD | CE | BA | 0 | 0 | A | 13 | 3F | 11 | 4D |
| Octal | 315 | 316 | 272 | 0 | 0 | 12 | 23 | 77 | 21 | 115 |
| Binary | 11001101 | 11001110 | 10111010 | 0 | 0 | 1010 | 10011 | 111111 | 10001 | 1001101 |
Color Harmonies of #CDCEBA
Complementary color
Monochromatic Colors of #CDCEBA
Black with #CDCEBA
Text Example
Text Example
White with #CDCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEBA; }
p { color: rgb(205,206,186); }
H1.HeaderClassName
{
color: #CDCEBA;
}
.AnyTagClassName
{
color: #CDCEBA;
}
</style>
background-color css
<style>
a { background-color: #CDCEBA; }
a { background-color: rgb(205,206,186); }
div.DivClassName
{
background-color: #CDCEBA;
}
.BgClassName
{
background-color: #CDCEBA;
}
</style>
border-color css
<style>
span { border-color: #CDCEBA; }
span { border-color: rgb(205,206,186); }
td.TdClassName
{
border-color: #CDCEBA;
}
.TagClassName
{
border-color: #CDCEBA;
}
</style>