Shades of Almond #EED4BD
Tints of Almond #EED4BD
RGB
CMYK
RGB Variations
Color information
#EED4BD (or 0xEED4BD) is known color: Almond. HEX triplet: EE, D4 and BD. RGB value is (238,212,189). Sum of RGB (Red+Green+Blue) = 238+212+189=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4BD is #112B42. Grayscale: #D9D9D9. Windows color (decimal): -1125187 or 12440814. OLE color: 12440814.
HSL color Cylindrical-coordinate representation of color #EED4BD: hue angle of 28.16º 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 #EED4BD is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 189 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.07 |
| HSL | 28.16º | 0.59% | 0.84% | - |
| HSV(B) | 28.16º | 0.21% | 0.93% | - |
| XYZ | 67.99 | 68.94 | 57.87 | - |
| YUV | 217.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 189 | 0 | 0.11 | 0.21 | 0.07 | 28.16 | 0.59 | 0.84 |
| Hex | EE | D4 | BD | 0 | B | 15 | 7 | 1C | 3B | 54 |
| Octal | 356 | 324 | 275 | 0 | 13 | 25 | 7 | 34 | 73 | 124 |
| Binary | 11101110 | 11010100 | 10111101 | 0 | 1011 | 10101 | 111 | 11100 | 111011 | 1010100 |
Color Harmonies of #EED4BD
Complementary color
Monochromatic Colors of #EED4BD
Black with #EED4BD
Text Example
Text Example
White with #EED4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4BD; }
p { color: rgb(238,212,189); }
H1.HeaderClassName
{
color: #EED4BD;
}
.AnyTagClassName
{
color: #EED4BD;
}
</style>
background-color css
<style>
a { background-color: #EED4BD; }
a { background-color: rgb(238,212,189); }
div.DivClassName
{
background-color: #EED4BD;
}
.BgClassName
{
background-color: #EED4BD;
}
</style>
border-color css
<style>
span { border-color: #EED4BD; }
span { border-color: rgb(238,212,189); }
td.TdClassName
{
border-color: #EED4BD;
}
.TagClassName
{
border-color: #EED4BD;
}
</style>