Shades of Almond #EEDAC9
Tints of Almond #EEDAC9
RGB
CMYK
RGB Variations
Color information
#EEDAC9 (or 0xEEDAC9) is known color: Almond. HEX triplet: EE, DA and C9. RGB value is (238,218,201). Sum of RGB (Red+Green+Blue) = 238+218+201=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC9 is #112536. Grayscale: #DEDEDE. Windows color (decimal): -1123639 or 13228782. OLE color: 13228782.
HSL color Cylindrical-coordinate representation of color #EEDAC9: hue angle of 27.57º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEDAC9 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 201 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.07 |
| HSL | 27.57º | 0.52% | 0.86% | - |
| HSV(B) | 27.57º | 0.16% | 0.93% | - |
| XYZ | 70.87 | 72.54 | 65.52 | - |
| YUV | 222.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 201 | 0 | 0.08 | 0.16 | 0.07 | 27.57 | 0.52 | 0.86 |
| Hex | EE | DA | C9 | 0 | 8 | 10 | 7 | 1C | 34 | 56 |
| Octal | 356 | 332 | 311 | 0 | 10 | 20 | 7 | 34 | 64 | 126 |
| Binary | 11101110 | 11011010 | 11001001 | 0 | 1000 | 10000 | 111 | 11100 | 110100 | 1010110 |
Color Harmonies of #EEDAC9
Complementary color
Monochromatic Colors of #EEDAC9
Black with #EEDAC9
Text Example
Text Example
White with #EEDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAC9; }
p { color: rgb(238,218,201); }
H1.HeaderClassName
{
color: #EEDAC9;
}
.AnyTagClassName
{
color: #EEDAC9;
}
</style>
background-color css
<style>
a { background-color: #EEDAC9; }
a { background-color: rgb(238,218,201); }
div.DivClassName
{
background-color: #EEDAC9;
}
.BgClassName
{
background-color: #EEDAC9;
}
</style>
border-color css
<style>
span { border-color: #EEDAC9; }
span { border-color: rgb(238,218,201); }
td.TdClassName
{
border-color: #EEDAC9;
}
.TagClassName
{
border-color: #EEDAC9;
}
</style>