Shades of Moon Mist #CECDB3
Tints of Moon Mist #CECDB3
RGB
CMYK
RGB Variations
Color information
#CECDB3 (or 0xCECDB3) is known color: Moon Mist. HEX triplet: CE, CD and B3. RGB value is (206,205,179). Sum of RGB (Red+Green+Blue) = 206+205+179=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDB3 is #31324C. Grayscale: #CACACA. Windows color (decimal): -3224141 or 11783630. OLE color: 11783630.
HSL color Cylindrical-coordinate representation of color #CECDB3: hue angle of 57.78º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CECDB3 is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 179 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.19 |
| HSL | 57.78º | 0.22% | 0.75% | - |
| HSV(B) | 57.78º | 0.13% | 0.81% | - |
| XYZ | 55.42 | 60.04 | 51.32 | - |
| YUV | 202.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 179 | 0 | 0.00 | 0.13 | 0.19 | 57.78 | 0.22 | 0.75 |
| Hex | CE | CD | B3 | 0 | 0 | D | 13 | 3A | 16 | 4B |
| Octal | 316 | 315 | 263 | 0 | 0 | 15 | 23 | 72 | 26 | 113 |
| Binary | 11001110 | 11001101 | 10110011 | 0 | 0 | 1101 | 10011 | 111010 | 10110 | 1001011 |
Color Harmonies of #CECDB3
Complementary color
Monochromatic Colors of #CECDB3
Black with #CECDB3
Text Example
Text Example
White with #CECDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDB3; }
p { color: rgb(206,205,179); }
H1.HeaderClassName
{
color: #CECDB3;
}
.AnyTagClassName
{
color: #CECDB3;
}
</style>
background-color css
<style>
a { background-color: #CECDB3; }
a { background-color: rgb(206,205,179); }
div.DivClassName
{
background-color: #CECDB3;
}
.BgClassName
{
background-color: #CECDB3;
}
</style>
border-color css
<style>
span { border-color: #CECDB3; }
span { border-color: rgb(206,205,179); }
td.TdClassName
{
border-color: #CECDB3;
}
.TagClassName
{
border-color: #CECDB3;
}
</style>