Shades of Moon Mist #CECEB5
Tints of Moon Mist #CECEB5
RGB
CMYK
RGB Variations
Color information
#CECEB5 (or 0xCECEB5) is known color: Moon Mist. HEX triplet: CE, CE and B5. RGB value is (206,206,181). Sum of RGB (Red+Green+Blue) = 206+206+181=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEB5 is #31314A. Grayscale: #CBCBCB. Windows color (decimal): -3223883 or 11914958. OLE color: 11914958.
HSL color Cylindrical-coordinate representation of color #CECEB5: hue angle of 60º 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 #CECEB5 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 181 | - |
CMYK | 0 | 0 | 0.12 | 0.19 |
HSL | 60º | 0.2% | 0.76% | - |
HSV(B) | 60º | 0.12% | 0.81% | - |
XYZ | 55.87 | 60.6 | 52.47 | - |
YUV | 203.15 | 115.5 | 130.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 181 | 0 | 0 | 0.12 | 0.19 | 60 | 0.2 | 0.76 |
Hex | CE | CE | B5 | 0 | 0 | C | 13 | 3C | 14 | 4C |
Octal | 316 | 316 | 265 | 0 | 0 | 14 | 23 | 74 | 24 | 114 |
Binary | 11001110 | 11001110 | 10110101 | 0 | 0 | 1100 | 10011 | 111100 | 10100 | 1001100 |
Color Harmonies of #CECEB5
Complementary color
Monochromatic Colors of #CECEB5
Black with #CECEB5
Text Example
Text Example
White with #CECEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEB5; }
p { color: rgb(206,206,181); }
H1.HeaderClassName
{
color: #CECEB5;
}
.AnyTagClassName
{
color: #CECEB5;
}
</style>
background-color css
<style>
a { background-color: #CECEB5; }
a { background-color: rgb(206,206,181); }
div.DivClassName
{
background-color: #CECEB5;
}
.BgClassName
{
background-color: #CECEB5;
}
</style>
border-color css
<style>
span { border-color: #CECEB5; }
span { border-color: rgb(206,206,181); }
td.TdClassName
{
border-color: #CECEB5;
}
.TagClassName
{
border-color: #CECEB5;
}
</style>