Shades of Moon Mist #CECCB8
Tints of Moon Mist #CECCB8
RGB
CMYK
RGB Variations
Color information
#CECCB8 (or 0xCECCB8) is known color: Moon Mist. HEX triplet: CE, CC and B8. RGB value is (206,204,184). Sum of RGB (Red+Green+Blue) = 206+204+184=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCB8 is #313347. Grayscale: #CACACA. Windows color (decimal): -3224392 or 12111054. OLE color: 12111054.
HSL color Cylindrical-coordinate representation of color #CECCB8: hue angle of 54.55º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CECCB8 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 184 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.19 |
| HSL | 54.55º | 0.18% | 0.76% | - |
| HSV(B) | 54.55º | 0.11% | 0.81% | - |
| XYZ | 55.7 | 59.77 | 53.95 | - |
| YUV | 202.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 184 | 0 | 0.01 | 0.11 | 0.19 | 54.55 | 0.18 | 0.76 |
| Hex | CE | CC | B8 | 0 | 1 | B | 13 | 37 | 12 | 4C |
| Octal | 316 | 314 | 270 | 0 | 1 | 13 | 23 | 67 | 22 | 114 |
| Binary | 11001110 | 11001100 | 10111000 | 0 | 1 | 1011 | 10011 | 110111 | 10010 | 1001100 |
Color Harmonies of #CECCB8
Complementary color
Monochromatic Colors of #CECCB8
Black with #CECCB8
Text Example
Text Example
White with #CECCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCB8; }
p { color: rgb(206,204,184); }
H1.HeaderClassName
{
color: #CECCB8;
}
.AnyTagClassName
{
color: #CECCB8;
}
</style>
background-color css
<style>
a { background-color: #CECCB8; }
a { background-color: rgb(206,204,184); }
div.DivClassName
{
background-color: #CECCB8;
}
.BgClassName
{
background-color: #CECCB8;
}
</style>
border-color css
<style>
span { border-color: #CECCB8; }
span { border-color: rgb(206,204,184); }
td.TdClassName
{
border-color: #CECCB8;
}
.TagClassName
{
border-color: #CECCB8;
}
</style>