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