Shades of Almond #EED5BD
Tints of Almond #EED5BD
RGB
CMYK
RGB Variations
Color information
#EED5BD (or 0xEED5BD) is known color: Almond. HEX triplet: EE, D5 and BD. RGB value is (238,213,189). Sum of RGB (Red+Green+Blue) = 238+213+189=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5BD is #112A42. Grayscale: #D9D9D9. Windows color (decimal): -1124931 or 12441070. OLE color: 12441070.
HSL color Cylindrical-coordinate representation of color #EED5BD: hue angle of 29.39º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EED5BD is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 189 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.07 |
| HSL | 29.39º | 0.59% | 0.84% | - |
| HSV(B) | 29.39º | 0.21% | 0.93% | - |
| XYZ | 68.24 | 69.44 | 57.95 | - |
| YUV | 217.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 189 | 0 | 0.11 | 0.21 | 0.07 | 29.39 | 0.59 | 0.84 |
| Hex | EE | D5 | BD | 0 | B | 15 | 7 | 1D | 3B | 54 |
| Octal | 356 | 325 | 275 | 0 | 13 | 25 | 7 | 35 | 73 | 124 |
| Binary | 11101110 | 11010101 | 10111101 | 0 | 1011 | 10101 | 111 | 11101 | 111011 | 1010100 |
Color Harmonies of #EED5BD
Complementary color
Monochromatic Colors of #EED5BD
Black with #EED5BD
Text Example
Text Example
White with #EED5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5BD; }
p { color: rgb(238,213,189); }
H1.HeaderClassName
{
color: #EED5BD;
}
.AnyTagClassName
{
color: #EED5BD;
}
</style>
background-color css
<style>
a { background-color: #EED5BD; }
a { background-color: rgb(238,213,189); }
div.DivClassName
{
background-color: #EED5BD;
}
.BgClassName
{
background-color: #EED5BD;
}
</style>
border-color css
<style>
span { border-color: #EED5BD; }
span { border-color: rgb(238,213,189); }
td.TdClassName
{
border-color: #EED5BD;
}
.TagClassName
{
border-color: #EED5BD;
}
</style>