Shades of Moon Mist #CECEB4
Tints of Moon Mist #CECEB4
RGB
CMYK
RGB Variations
Color information
#CECEB4 (or 0xCECEB4) is known color: Moon Mist. HEX triplet: CE, CE and B4. RGB value is (206,206,180). Sum of RGB (Red+Green+Blue) = 206+206+180=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEB4 is #31314B. Grayscale: #CBCBCB. Windows color (decimal): -3223884 or 11849422. OLE color: 11849422.
HSL color Cylindrical-coordinate representation of color #CECEB4: hue angle of 60º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CECEB4 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 180 | - |
| CMYK | 0 | 0 | 0.13 | 0.19 |
| HSL | 60º | 0.21% | 0.76% | - |
| HSV(B) | 60º | 0.13% | 0.81% | - |
| XYZ | 55.76 | 60.56 | 51.93 | - |
| YUV | 203.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 180 | 0 | 0 | 0.13 | 0.19 | 60 | 0.21 | 0.76 |
| Hex | CE | CE | B4 | 0 | 0 | D | 13 | 3C | 15 | 4C |
| Octal | 316 | 316 | 264 | 0 | 0 | 15 | 23 | 74 | 25 | 114 |
| Binary | 11001110 | 11001110 | 10110100 | 0 | 0 | 1101 | 10011 | 111100 | 10101 | 1001100 |
Color Harmonies of #CECEB4
Complementary color
Monochromatic Colors of #CECEB4
Black with #CECEB4
Text Example
Text Example
White with #CECEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEB4; }
p { color: rgb(206,206,180); }
H1.HeaderClassName
{
color: #CECEB4;
}
.AnyTagClassName
{
color: #CECEB4;
}
</style>
background-color css
<style>
a { background-color: #CECEB4; }
a { background-color: rgb(206,206,180); }
div.DivClassName
{
background-color: #CECEB4;
}
.BgClassName
{
background-color: #CECEB4;
}
</style>
border-color css
<style>
span { border-color: #CECEB4; }
span { border-color: rgb(206,206,180); }
td.TdClassName
{
border-color: #CECEB4;
}
.TagClassName
{
border-color: #CECEB4;
}
</style>