Shades of Almond #EED8C9
Tints of Almond #EED8C9
RGB
CMYK
RGB Variations
Color information
#EED8C9 (or 0xEED8C9) is known color: Almond. HEX triplet: EE, D8 and C9. RGB value is (238,216,201). Sum of RGB (Red+Green+Blue) = 238+216+201=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8C9 is #112736. Grayscale: #DCDCDC. Windows color (decimal): -1124151 or 13228270. OLE color: 13228270.
HSL color Cylindrical-coordinate representation of color #EED8C9: hue angle of 24.32º 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 #EED8C9 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 201 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.07 |
| HSL | 24.32º | 0.52% | 0.86% | - |
| HSV(B) | 24.32º | 0.16% | 0.93% | - |
| XYZ | 70.36 | 71.51 | 65.35 | - |
| YUV | 220.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 201 | 0 | 0.09 | 0.16 | 0.07 | 24.32 | 0.52 | 0.86 |
| Hex | EE | D8 | C9 | 0 | 9 | 10 | 7 | 18 | 34 | 56 |
| Octal | 356 | 330 | 311 | 0 | 11 | 20 | 7 | 30 | 64 | 126 |
| Binary | 11101110 | 11011000 | 11001001 | 0 | 1001 | 10000 | 111 | 11000 | 110100 | 1010110 |
Color Harmonies of #EED8C9
Complementary color
Monochromatic Colors of #EED8C9
Black with #EED8C9
Text Example
Text Example
White with #EED8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8C9; }
p { color: rgb(238,216,201); }
H1.HeaderClassName
{
color: #EED8C9;
}
.AnyTagClassName
{
color: #EED8C9;
}
</style>
background-color css
<style>
a { background-color: #EED8C9; }
a { background-color: rgb(238,216,201); }
div.DivClassName
{
background-color: #EED8C9;
}
.BgClassName
{
background-color: #EED8C9;
}
</style>
border-color css
<style>
span { border-color: #EED8C9; }
span { border-color: rgb(238,216,201); }
td.TdClassName
{
border-color: #EED8C9;
}
.TagClassName
{
border-color: #EED8C9;
}
</style>