Shades of Moon Mist #CECDBE
Tints of Moon Mist #CECDBE
RGB
CMYK
RGB Variations
Color information
#CECDBE (or 0xCECDBE) is known color: Moon Mist. HEX triplet: CE, CD and BE. RGB value is (206,205,190). Sum of RGB (Red+Green+Blue) = 206+205+190=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDBE is #313241. Grayscale: #CBCBCB. Windows color (decimal): -3224130 or 12504526. OLE color: 12504526.
HSL color Cylindrical-coordinate representation of color #CECDBE: hue angle of 56.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECDBE is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 205 | 190 | - |
CMYK | 0 | 0.00 | 0.08 | 0.19 |
HSL | 56.25º | 0.14% | 0.78% | - |
HSV(B) | 56.25º | 0.08% | 0.81% | - |
XYZ | 56.58 | 60.5 | 57.41 | - |
YUV | 203.59 | 120.33 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 190 | 0 | 0.00 | 0.08 | 0.19 | 56.25 | 0.14 | 0.78 |
Hex | CE | CD | BE | 0 | 0 | 8 | 13 | 38 | E | 4E |
Octal | 316 | 315 | 276 | 0 | 0 | 10 | 23 | 70 | 16 | 116 |
Binary | 11001110 | 11001101 | 10111110 | 0 | 0 | 1000 | 10011 | 111000 | 1110 | 1001110 |
Color Harmonies of #CECDBE
Complementary color
Monochromatic Colors of #CECDBE
Black with #CECDBE
Text Example
Text Example
White with #CECDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDBE; }
p { color: rgb(206,205,190); }
H1.HeaderClassName
{
color: #CECDBE;
}
.AnyTagClassName
{
color: #CECDBE;
}
</style>
background-color css
<style>
a { background-color: #CECDBE; }
a { background-color: rgb(206,205,190); }
div.DivClassName
{
background-color: #CECDBE;
}
.BgClassName
{
background-color: #CECDBE;
}
</style>
border-color css
<style>
span { border-color: #CECDBE; }
span { border-color: rgb(206,205,190); }
td.TdClassName
{
border-color: #CECDBE;
}
.TagClassName
{
border-color: #CECDBE;
}
</style>