Shades of Almond #EED7BD
Tints of Almond #EED7BD
RGB
CMYK
RGB Variations
Color information
#EED7BD (or 0xEED7BD) is known color: Almond. HEX triplet: EE, D7 and BD. RGB value is (238,215,189). Sum of RGB (Red+Green+Blue) = 238+215+189=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7BD is #112842. Grayscale: #DBDBDB. Windows color (decimal): -1124419 or 12441582. OLE color: 12441582.
HSL color Cylindrical-coordinate representation of color #EED7BD: hue angle of 31.84º 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 #EED7BD is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 189 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.07 |
| HSL | 31.84º | 0.59% | 0.84% | - |
| HSV(B) | 31.84º | 0.21% | 0.93% | - |
| XYZ | 68.75 | 70.45 | 58.12 | - |
| YUV | 218.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 189 | 0 | 0.10 | 0.21 | 0.07 | 31.84 | 0.59 | 0.84 |
| Hex | EE | D7 | BD | 0 | A | 15 | 7 | 20 | 3B | 54 |
| Octal | 356 | 327 | 275 | 0 | 12 | 25 | 7 | 40 | 73 | 124 |
| Binary | 11101110 | 11010111 | 10111101 | 0 | 1010 | 10101 | 111 | 100000 | 111011 | 1010100 |
Color Harmonies of #EED7BD
Complementary color
Monochromatic Colors of #EED7BD
Black with #EED7BD
Text Example
Text Example
White with #EED7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7BD; }
p { color: rgb(238,215,189); }
H1.HeaderClassName
{
color: #EED7BD;
}
.AnyTagClassName
{
color: #EED7BD;
}
</style>
background-color css
<style>
a { background-color: #EED7BD; }
a { background-color: rgb(238,215,189); }
div.DivClassName
{
background-color: #EED7BD;
}
.BgClassName
{
background-color: #EED7BD;
}
</style>
border-color css
<style>
span { border-color: #EED7BD; }
span { border-color: rgb(238,215,189); }
td.TdClassName
{
border-color: #EED7BD;
}
.TagClassName
{
border-color: #EED7BD;
}
</style>