Shades of Moon Mist #CFCEBA
Tints of Moon Mist #CFCEBA
RGB
CMYK
RGB Variations
Color information
#CFCEBA (or 0xCFCEBA) is known color: Moon Mist. HEX triplet: CF, CE and BA. RGB value is (207,206,186). Sum of RGB (Red+Green+Blue) = 207+206+186=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEBA is #303145. Grayscale: #CCCCCC. Windows color (decimal): -3158342 or 12242639. OLE color: 12242639.
HSL color Cylindrical-coordinate representation of color #CFCEBA: hue angle of 57.14º degrees, saturation: 0.18, 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 #CFCEBA is Cyan = 0, Magento = 0.00, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 186 | - |
| CMYK | 0 | 0.00 | 0.10 | 0.19 |
| HSL | 57.14º | 0.18% | 0.77% | - |
| HSV(B) | 57.14º | 0.1% | 0.81% | - |
| XYZ | 56.67 | 60.95 | 55.23 | - |
| YUV | 204.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 186 | 0 | 0.00 | 0.10 | 0.19 | 57.14 | 0.18 | 0.77 |
| Hex | CF | CE | BA | 0 | 0 | A | 13 | 39 | 12 | 4D |
| Octal | 317 | 316 | 272 | 0 | 0 | 12 | 23 | 71 | 22 | 115 |
| Binary | 11001111 | 11001110 | 10111010 | 0 | 0 | 1010 | 10011 | 111001 | 10010 | 1001101 |
Color Harmonies of #CFCEBA
Complementary color
Monochromatic Colors of #CFCEBA
Black with #CFCEBA
Text Example
Text Example
White with #CFCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEBA; }
p { color: rgb(207,206,186); }
H1.HeaderClassName
{
color: #CFCEBA;
}
.AnyTagClassName
{
color: #CFCEBA;
}
</style>
background-color css
<style>
a { background-color: #CFCEBA; }
a { background-color: rgb(207,206,186); }
div.DivClassName
{
background-color: #CFCEBA;
}
.BgClassName
{
background-color: #CFCEBA;
}
</style>
border-color css
<style>
span { border-color: #CFCEBA; }
span { border-color: rgb(207,206,186); }
td.TdClassName
{
border-color: #CFCEBA;
}
.TagClassName
{
border-color: #CFCEBA;
}
</style>