Shades of Moon Mist #CECCB0
Tints of Moon Mist #CECCB0
RGB
CMYK
RGB Variations
Color information
#CECCB0 (or 0xCECCB0) is known color: Moon Mist. HEX triplet: CE, CC and B0. RGB value is (206,204,176). Sum of RGB (Red+Green+Blue) = 206+204+176=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECCB0 is #31334F. Grayscale: #C9C9C9. Windows color (decimal): -3224400 or 11586766. OLE color: 11586766.
HSL color Cylindrical-coordinate representation of color #CECCB0: hue angle of 56º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECCB0 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 176 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.19 |
| HSL | 56º | 0.23% | 0.75% | - |
| HSV(B) | 56º | 0.15% | 0.81% | - |
| XYZ | 54.88 | 59.44 | 49.66 | - |
| YUV | 201.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 176 | 0 | 0.01 | 0.15 | 0.19 | 56 | 0.23 | 0.75 |
| Hex | CE | CC | B0 | 0 | 1 | F | 13 | 38 | 17 | 4B |
| Octal | 316 | 314 | 260 | 0 | 1 | 17 | 23 | 70 | 27 | 113 |
| Binary | 11001110 | 11001100 | 10110000 | 0 | 1 | 1111 | 10011 | 111000 | 10111 | 1001011 |
Color Harmonies of #CECCB0
Complementary color
Monochromatic Colors of #CECCB0
Black with #CECCB0
Text Example
Text Example
White with #CECCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCB0; }
p { color: rgb(206,204,176); }
H1.HeaderClassName
{
color: #CECCB0;
}
.AnyTagClassName
{
color: #CECCB0;
}
</style>
background-color css
<style>
a { background-color: #CECCB0; }
a { background-color: rgb(206,204,176); }
div.DivClassName
{
background-color: #CECCB0;
}
.BgClassName
{
background-color: #CECCB0;
}
</style>
border-color css
<style>
span { border-color: #CECCB0; }
span { border-color: rgb(206,204,176); }
td.TdClassName
{
border-color: #CECCB0;
}
.TagClassName
{
border-color: #CECCB0;
}
</style>