Shades of Moon Mist #CECDC0
Tints of Moon Mist #CECDC0
RGB
CMYK
RGB Variations
Color information
#CECDC0 (or 0xCECDC0) is known color: Moon Mist. HEX triplet: CE, CD and C0. RGB value is (206,205,192). Sum of RGB (Red+Green+Blue) = 206+205+192=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDC0 is #31323F. Grayscale: #CBCBCB. Windows color (decimal): -3224128 or 12635598. OLE color: 12635598.
HSL color Cylindrical-coordinate representation of color #CECDC0: hue angle of 55.71º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECDC0 is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 205 | 192 | - |
CMYK | 0 | 0.00 | 0.07 | 0.19 |
HSL | 55.71º | 0.13% | 0.78% | - |
HSV(B) | 55.71º | 0.07% | 0.81% | - |
XYZ | 56.8 | 60.59 | 58.57 | - |
YUV | 203.82 | 121.33 | 129.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 192 | 0 | 0.00 | 0.07 | 0.19 | 55.71 | 0.13 | 0.78 |
Hex | CE | CD | C0 | 0 | 0 | 7 | 13 | 38 | C | 4E |
Octal | 316 | 315 | 300 | 0 | 0 | 7 | 23 | 70 | 14 | 116 |
Binary | 11001110 | 11001101 | 11000000 | 0 | 0 | 111 | 10011 | 111000 | 1100 | 1001110 |
Color Harmonies of #CECDC0
Complementary color
Monochromatic Colors of #CECDC0
Black with #CECDC0
Text Example
Text Example
White with #CECDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDC0; }
p { color: rgb(206,205,192); }
H1.HeaderClassName
{
color: #CECDC0;
}
.AnyTagClassName
{
color: #CECDC0;
}
</style>
background-color css
<style>
a { background-color: #CECDC0; }
a { background-color: rgb(206,205,192); }
div.DivClassName
{
background-color: #CECDC0;
}
.BgClassName
{
background-color: #CECDC0;
}
</style>
border-color css
<style>
span { border-color: #CECDC0; }
span { border-color: rgb(206,205,192); }
td.TdClassName
{
border-color: #CECDC0;
}
.TagClassName
{
border-color: #CECDC0;
}
</style>