Shades of Moon Mist #CECCB7
Tints of Moon Mist #CECCB7
RGB
CMYK
RGB Variations
Color information
#CECCB7 (or 0xCECCB7) is known color: Moon Mist. HEX triplet: CE, CC and B7. RGB value is (206,204,183). Sum of RGB (Red+Green+Blue) = 206+204+183=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCB7 is #313348. Grayscale: #CACACA. Windows color (decimal): -3224393 or 12045518. OLE color: 12045518.
HSL color Cylindrical-coordinate representation of color #CECCB7: hue angle of 54.78º degrees, saturation: 0.19, 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 #CECCB7 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 183 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.19 |
| HSL | 54.78º | 0.19% | 0.76% | - |
| HSV(B) | 54.78º | 0.11% | 0.81% | - |
| XYZ | 55.59 | 59.73 | 53.4 | - |
| YUV | 202.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 183 | 0 | 0.01 | 0.11 | 0.19 | 54.78 | 0.19 | 0.76 |
| Hex | CE | CC | B7 | 0 | 1 | B | 13 | 37 | 13 | 4C |
| Octal | 316 | 314 | 267 | 0 | 1 | 13 | 23 | 67 | 23 | 114 |
| Binary | 11001110 | 11001100 | 10110111 | 0 | 1 | 1011 | 10011 | 110111 | 10011 | 1001100 |
Color Harmonies of #CECCB7
Complementary color
Monochromatic Colors of #CECCB7
Black with #CECCB7
Text Example
Text Example
White with #CECCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCB7; }
p { color: rgb(206,204,183); }
H1.HeaderClassName
{
color: #CECCB7;
}
.AnyTagClassName
{
color: #CECCB7;
}
</style>
background-color css
<style>
a { background-color: #CECCB7; }
a { background-color: rgb(206,204,183); }
div.DivClassName
{
background-color: #CECCB7;
}
.BgClassName
{
background-color: #CECCB7;
}
</style>
border-color css
<style>
span { border-color: #CECCB7; }
span { border-color: rgb(206,204,183); }
td.TdClassName
{
border-color: #CECCB7;
}
.TagClassName
{
border-color: #CECCB7;
}
</style>