Shades of Moon Mist #CECEBD
Tints of Moon Mist #CECEBD
RGB
CMYK
RGB Variations
Color information
#CECEBD (or 0xCECEBD) is known color: Moon Mist. HEX triplet: CE, CE and BD. RGB value is (206,206,189). Sum of RGB (Red+Green+Blue) = 206+206+189=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEBD is #313142. Grayscale: #CCCCCC. Windows color (decimal): -3223875 or 12439246. OLE color: 12439246.
HSL color Cylindrical-coordinate representation of color #CECEBD: hue angle of 60º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECEBD is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 189 | - |
CMYK | 0 | 0 | 0.08 | 0.19 |
HSL | 60º | 0.15% | 0.77% | - |
HSV(B) | 60º | 0.08% | 0.81% | - |
XYZ | 56.71 | 60.94 | 56.92 | - |
YUV | 204.06 | 119.5 | 129.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 189 | 0 | 0 | 0.08 | 0.19 | 60 | 0.15 | 0.77 |
Hex | CE | CE | BD | 0 | 0 | 8 | 13 | 3C | F | 4D |
Octal | 316 | 316 | 275 | 0 | 0 | 10 | 23 | 74 | 17 | 115 |
Binary | 11001110 | 11001110 | 10111101 | 0 | 0 | 1000 | 10011 | 111100 | 1111 | 1001101 |
Color Harmonies of #CECEBD
Complementary color
Monochromatic Colors of #CECEBD
Black with #CECEBD
Text Example
Text Example
White with #CECEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEBD; }
p { color: rgb(206,206,189); }
H1.HeaderClassName
{
color: #CECEBD;
}
.AnyTagClassName
{
color: #CECEBD;
}
</style>
background-color css
<style>
a { background-color: #CECEBD; }
a { background-color: rgb(206,206,189); }
div.DivClassName
{
background-color: #CECEBD;
}
.BgClassName
{
background-color: #CECEBD;
}
</style>
border-color css
<style>
span { border-color: #CECEBD; }
span { border-color: rgb(206,206,189); }
td.TdClassName
{
border-color: #CECEBD;
}
.TagClassName
{
border-color: #CECEBD;
}
</style>