Shades of Moon Mist #CFCEBD
Tints of Moon Mist #CFCEBD
RGB
CMYK
RGB Variations
Color information
#CFCEBD (or 0xCFCEBD) is known color: Moon Mist. HEX triplet: CF, CE and BD. RGB value is (207,206,189). Sum of RGB (Red+Green+Blue) = 207+206+189=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEBD is #303142. Grayscale: #CCCCCC. Windows color (decimal): -3158339 or 12439247. OLE color: 12439247.
HSL color Cylindrical-coordinate representation of color #CFCEBD: hue angle of 56.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCEBD is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 189 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.19 |
| HSL | 56.67º | 0.16% | 0.78% | - |
| HSV(B) | 56.67º | 0.09% | 0.81% | - |
| XYZ | 56.99 | 61.08 | 56.93 | - |
| YUV | 204.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 189 | 0 | 0.00 | 0.09 | 0.19 | 56.67 | 0.16 | 0.78 |
| Hex | CF | CE | BD | 0 | 0 | 9 | 13 | 39 | 10 | 4E |
| Octal | 317 | 316 | 275 | 0 | 0 | 11 | 23 | 71 | 20 | 116 |
| Binary | 11001111 | 11001110 | 10111101 | 0 | 0 | 1001 | 10011 | 111001 | 10000 | 1001110 |
Color Harmonies of #CFCEBD
Complementary color
Monochromatic Colors of #CFCEBD
Black with #CFCEBD
Text Example
Text Example
White with #CFCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEBD; }
p { color: rgb(207,206,189); }
H1.HeaderClassName
{
color: #CFCEBD;
}
.AnyTagClassName
{
color: #CFCEBD;
}
</style>
background-color css
<style>
a { background-color: #CFCEBD; }
a { background-color: rgb(207,206,189); }
div.DivClassName
{
background-color: #CFCEBD;
}
.BgClassName
{
background-color: #CFCEBD;
}
</style>
border-color css
<style>
span { border-color: #CFCEBD; }
span { border-color: rgb(207,206,189); }
td.TdClassName
{
border-color: #CFCEBD;
}
.TagClassName
{
border-color: #CFCEBD;
}
</style>