Shades of Almond #EEDAC5
Tints of Almond #EEDAC5
RGB
CMYK
RGB Variations
Color information
#EEDAC5 (or 0xEEDAC5) is known color: Almond. HEX triplet: EE, DA and C5. RGB value is (238,218,197). Sum of RGB (Red+Green+Blue) = 238+218+197=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC5 is #11253A. Grayscale: #DDDDDD. Windows color (decimal): -1123643 or 12966638. OLE color: 12966638.
HSL color Cylindrical-coordinate representation of color #EEDAC5: hue angle of 30.73º degrees, saturation: 0.55, 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 #EEDAC5 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 197 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.07 |
| HSL | 30.73º | 0.55% | 0.85% | - |
| HSV(B) | 30.73º | 0.17% | 0.93% | - |
| XYZ | 70.41 | 72.35 | 63.08 | - |
| YUV | 221.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 197 | 0 | 0.08 | 0.17 | 0.07 | 30.73 | 0.55 | 0.85 |
| Hex | EE | DA | C5 | 0 | 8 | 11 | 7 | 1F | 37 | 55 |
| Octal | 356 | 332 | 305 | 0 | 10 | 21 | 7 | 37 | 67 | 125 |
| Binary | 11101110 | 11011010 | 11000101 | 0 | 1000 | 10001 | 111 | 11111 | 110111 | 1010101 |
Color Harmonies of #EEDAC5
Complementary color
Monochromatic Colors of #EEDAC5
Black with #EEDAC5
Text Example
Text Example
White with #EEDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAC5; }
p { color: rgb(238,218,197); }
H1.HeaderClassName
{
color: #EEDAC5;
}
.AnyTagClassName
{
color: #EEDAC5;
}
</style>
background-color css
<style>
a { background-color: #EEDAC5; }
a { background-color: rgb(238,218,197); }
div.DivClassName
{
background-color: #EEDAC5;
}
.BgClassName
{
background-color: #EEDAC5;
}
</style>
border-color css
<style>
span { border-color: #EEDAC5; }
span { border-color: rgb(238,218,197); }
td.TdClassName
{
border-color: #EEDAC5;
}
.TagClassName
{
border-color: #EEDAC5;
}
</style>