Shades of Almond #EEDAC6
Tints of Almond #EEDAC6
RGB
CMYK
RGB Variations
Color information
#EEDAC6 (or 0xEEDAC6) is known color: Almond. HEX triplet: EE, DA and C6. RGB value is (238,218,198). Sum of RGB (Red+Green+Blue) = 238+218+198=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC6 is #112539. Grayscale: #DDDDDD. Windows color (decimal): -1123642 or 13032174. OLE color: 13032174.
HSL color Cylindrical-coordinate representation of color #EEDAC6: hue angle of 30º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEDAC6 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 198 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.07 |
| HSL | 30º | 0.54% | 0.85% | - |
| HSV(B) | 30º | 0.17% | 0.93% | - |
| XYZ | 70.52 | 72.4 | 63.68 | - |
| YUV | 221.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 198 | 0 | 0.08 | 0.17 | 0.07 | 30 | 0.54 | 0.85 |
| Hex | EE | DA | C6 | 0 | 8 | 11 | 7 | 1E | 36 | 55 |
| Octal | 356 | 332 | 306 | 0 | 10 | 21 | 7 | 36 | 66 | 125 |
| Binary | 11101110 | 11011010 | 11000110 | 0 | 1000 | 10001 | 111 | 11110 | 110110 | 1010101 |
Color Harmonies of #EEDAC6
Complementary color
Monochromatic Colors of #EEDAC6
Black with #EEDAC6
Text Example
Text Example
White with #EEDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAC6; }
p { color: rgb(238,218,198); }
H1.HeaderClassName
{
color: #EEDAC6;
}
.AnyTagClassName
{
color: #EEDAC6;
}
</style>
background-color css
<style>
a { background-color: #EEDAC6; }
a { background-color: rgb(238,218,198); }
div.DivClassName
{
background-color: #EEDAC6;
}
.BgClassName
{
background-color: #EEDAC6;
}
</style>
border-color css
<style>
span { border-color: #EEDAC6; }
span { border-color: rgb(238,218,198); }
td.TdClassName
{
border-color: #EEDAC6;
}
.TagClassName
{
border-color: #EEDAC6;
}
</style>