Shades of Moon Mist #CECDAE
Tints of Moon Mist #CECDAE
RGB
CMYK
RGB Variations
Color information
#CECDAE (or 0xCECDAE) is known color: Moon Mist. HEX triplet: CE, CD and AE. RGB value is (206,205,174). Sum of RGB (Red+Green+Blue) = 206+205+174=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECDAE is #313251. Grayscale: #C9C9C9. Windows color (decimal): -3224146 or 11455950. OLE color: 11455950.
HSL color Cylindrical-coordinate representation of color #CECDAE: hue angle of 58.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECDAE is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 205 | 174 | - |
CMYK | 0 | 0.00 | 0.16 | 0.19 |
HSL | 58.13º | 0.25% | 0.75% | - |
HSV(B) | 58.13º | 0.16% | 0.81% | - |
XYZ | 54.92 | 59.84 | 48.7 | - |
YUV | 201.77 | 112.33 | 131.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 174 | 0 | 0.00 | 0.16 | 0.19 | 58.13 | 0.25 | 0.75 |
Hex | CE | CD | AE | 0 | 0 | 10 | 13 | 3A | 19 | 4B |
Octal | 316 | 315 | 256 | 0 | 0 | 20 | 23 | 72 | 31 | 113 |
Binary | 11001110 | 11001101 | 10101110 | 0 | 0 | 10000 | 10011 | 111010 | 11001 | 1001011 |
Color Harmonies of #CECDAE
Complementary color
Monochromatic Colors of #CECDAE
Black with #CECDAE
Text Example
Text Example
White with #CECDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDAE; }
p { color: rgb(206,205,174); }
H1.HeaderClassName
{
color: #CECDAE;
}
.AnyTagClassName
{
color: #CECDAE;
}
</style>
background-color css
<style>
a { background-color: #CECDAE; }
a { background-color: rgb(206,205,174); }
div.DivClassName
{
background-color: #CECDAE;
}
.BgClassName
{
background-color: #CECDAE;
}
</style>
border-color css
<style>
span { border-color: #CECDAE; }
span { border-color: rgb(206,205,174); }
td.TdClassName
{
border-color: #CECDAE;
}
.TagClassName
{
border-color: #CECDAE;
}
</style>