Shades of Moon Mist #CECDAF
Tints of Moon Mist #CECDAF
RGB
CMYK
RGB Variations
Color information
#CECDAF (or 0xCECDAF) is known color: Moon Mist. HEX triplet: CE, CD and AF. RGB value is (206,205,175). Sum of RGB (Red+Green+Blue) = 206+205+175=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECDAF is #313250. Grayscale: #CACACA. Windows color (decimal): -3224145 or 11521486. OLE color: 11521486.
HSL color Cylindrical-coordinate representation of color #CECDAF: hue angle of 58.06º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECDAF is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 175 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.19 |
| HSL | 58.06º | 0.24% | 0.75% | - |
| HSV(B) | 58.06º | 0.15% | 0.81% | - |
| XYZ | 55.02 | 59.88 | 49.22 | - |
| YUV | 201.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 175 | 0 | 0.00 | 0.15 | 0.19 | 58.06 | 0.24 | 0.75 |
| Hex | CE | CD | AF | 0 | 0 | F | 13 | 3A | 18 | 4B |
| Octal | 316 | 315 | 257 | 0 | 0 | 17 | 23 | 72 | 30 | 113 |
| Binary | 11001110 | 11001101 | 10101111 | 0 | 0 | 1111 | 10011 | 111010 | 11000 | 1001011 |
Color Harmonies of #CECDAF
Complementary color
Monochromatic Colors of #CECDAF
Black with #CECDAF
Text Example
Text Example
White with #CECDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDAF; }
p { color: rgb(206,205,175); }
H1.HeaderClassName
{
color: #CECDAF;
}
.AnyTagClassName
{
color: #CECDAF;
}
</style>
background-color css
<style>
a { background-color: #CECDAF; }
a { background-color: rgb(206,205,175); }
div.DivClassName
{
background-color: #CECDAF;
}
.BgClassName
{
background-color: #CECDAF;
}
</style>
border-color css
<style>
span { border-color: #CECDAF; }
span { border-color: rgb(206,205,175); }
td.TdClassName
{
border-color: #CECDAF;
}
.TagClassName
{
border-color: #CECDAF;
}
</style>