Shades of Almond #E9D5BF
Tints of Almond #E9D5BF
RGB
CMYK
RGB Variations
Color information
#E9D5BF (or 0xE9D5BF) is known color: Almond. HEX triplet: E9, D5 and BF. RGB value is (233,213,191). Sum of RGB (Red+Green+Blue) = 233+213+191=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D5BF is #162A40. Grayscale: #D8D8D8. Windows color (decimal): -1452609 or 12572137. OLE color: 12572137.
HSL color Cylindrical-coordinate representation of color #E9D5BF: hue angle of 31.43º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9D5BF is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 191 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.09 |
| HSL | 31.43º | 0.49% | 0.83% | - |
| HSV(B) | 31.43º | 0.18% | 0.91% | - |
| XYZ | 66.8 | 68.67 | 59.02 | - |
| YUV | 216.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 191 | 0 | 0.09 | 0.18 | 0.09 | 31.43 | 0.49 | 0.83 |
| Hex | E9 | D5 | BF | 0 | 9 | 12 | 9 | 1F | 31 | 53 |
| Octal | 351 | 325 | 277 | 0 | 11 | 22 | 11 | 37 | 61 | 123 |
| Binary | 11101001 | 11010101 | 10111111 | 0 | 1001 | 10010 | 1001 | 11111 | 110001 | 1010011 |
Color Harmonies of #E9D5BF
Complementary color
Monochromatic Colors of #E9D5BF
Black with #E9D5BF
Text Example
Text Example
White with #E9D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D5BF; }
p { color: rgb(233,213,191); }
H1.HeaderClassName
{
color: #E9D5BF;
}
.AnyTagClassName
{
color: #E9D5BF;
}
</style>
background-color css
<style>
a { background-color: #E9D5BF; }
a { background-color: rgb(233,213,191); }
div.DivClassName
{
background-color: #E9D5BF;
}
.BgClassName
{
background-color: #E9D5BF;
}
</style>
border-color css
<style>
span { border-color: #E9D5BF; }
span { border-color: rgb(233,213,191); }
td.TdClassName
{
border-color: #E9D5BF;
}
.TagClassName
{
border-color: #E9D5BF;
}
</style>