Shades of Almond #EEDDC9
Tints of Almond #EEDDC9
RGB
CMYK
RGB Variations
Color information
#EEDDC9 (or 0xEEDDC9) is known color: Almond. HEX triplet: EE, DD and C9. RGB value is (238,221,201). Sum of RGB (Red+Green+Blue) = 238+221+201=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 201 (78.91% from 255 or 30.45% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDC9 is #112236. Grayscale: #DFDFDF. Windows color (decimal): -1122871 or 13229550. OLE color: 13229550.
HSL color Cylindrical-coordinate representation of color #EEDDC9: hue angle of 32.43º 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 #EEDDC9 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 201 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.07 |
| HSL | 32.43º | 0.52% | 0.86% | - |
| HSV(B) | 32.43º | 0.16% | 0.93% | - |
| XYZ | 71.66 | 74.11 | 65.79 | - |
| YUV | 223.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 201 | 0 | 0.07 | 0.16 | 0.07 | 32.43 | 0.52 | 0.86 |
| Hex | EE | DD | C9 | 0 | 7 | 10 | 7 | 20 | 34 | 56 |
| Octal | 356 | 335 | 311 | 0 | 7 | 20 | 7 | 40 | 64 | 126 |
| Binary | 11101110 | 11011101 | 11001001 | 0 | 111 | 10000 | 111 | 100000 | 110100 | 1010110 |
Color Harmonies of #EEDDC9
Complementary color
Monochromatic Colors of #EEDDC9
Black with #EEDDC9
Text Example
Text Example
White with #EEDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDC9; }
p { color: rgb(238,221,201); }
H1.HeaderClassName
{
color: #EEDDC9;
}
.AnyTagClassName
{
color: #EEDDC9;
}
</style>
background-color css
<style>
a { background-color: #EEDDC9; }
a { background-color: rgb(238,221,201); }
div.DivClassName
{
background-color: #EEDDC9;
}
.BgClassName
{
background-color: #EEDDC9;
}
</style>
border-color css
<style>
span { border-color: #EEDDC9; }
span { border-color: rgb(238,221,201); }
td.TdClassName
{
border-color: #EEDDC9;
}
.TagClassName
{
border-color: #EEDDC9;
}
</style>