Shades of Moon Mist #CECCB5
Tints of Moon Mist #CECCB5
RGB
CMYK
RGB Variations
Color information
#CECCB5 (or 0xCECCB5) is known color: Moon Mist. HEX triplet: CE, CC and B5. RGB value is (206,204,181). Sum of RGB (Red+Green+Blue) = 206+204+181=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCB5 is #31334A. Grayscale: #CACACA. Windows color (decimal): -3224395 or 11914446. OLE color: 11914446.
HSL color Cylindrical-coordinate representation of color #CECCB5: hue angle of 55.2º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECCB5 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 181 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.19 |
| HSL | 55.2º | 0.2% | 0.76% | - |
| HSV(B) | 55.2º | 0.12% | 0.81% | - |
| XYZ | 55.39 | 59.64 | 52.31 | - |
| YUV | 201.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 181 | 0 | 0.01 | 0.12 | 0.19 | 55.2 | 0.2 | 0.76 |
| Hex | CE | CC | B5 | 0 | 1 | C | 13 | 37 | 14 | 4C |
| Octal | 316 | 314 | 265 | 0 | 1 | 14 | 23 | 67 | 24 | 114 |
| Binary | 11001110 | 11001100 | 10110101 | 0 | 1 | 1100 | 10011 | 110111 | 10100 | 1001100 |
Color Harmonies of #CECCB5
Complementary color
Monochromatic Colors of #CECCB5
Black with #CECCB5
Text Example
Text Example
White with #CECCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCB5; }
p { color: rgb(206,204,181); }
H1.HeaderClassName
{
color: #CECCB5;
}
.AnyTagClassName
{
color: #CECCB5;
}
</style>
background-color css
<style>
a { background-color: #CECCB5; }
a { background-color: rgb(206,204,181); }
div.DivClassName
{
background-color: #CECCB5;
}
.BgClassName
{
background-color: #CECCB5;
}
</style>
border-color css
<style>
span { border-color: #CECCB5; }
span { border-color: rgb(206,204,181); }
td.TdClassName
{
border-color: #CECCB5;
}
.TagClassName
{
border-color: #CECCB5;
}
</style>