Shades of Almond #E7D1BC
Tints of Almond #E7D1BC
RGB
CMYK
RGB Variations
Color information
#E7D1BC (or 0xE7D1BC) is known color: Almond. HEX triplet: E7, D1 and BC. RGB value is (231,209,188). Sum of RGB (Red+Green+Blue) = 231+209+188=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1BC is #182E43. Grayscale: #D5D5D5. Windows color (decimal): -1584708 or 12374503. OLE color: 12374503.
HSL color Cylindrical-coordinate representation of color #E7D1BC: hue angle of 29.3º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7D1BC is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 188 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.09 |
| HSL | 29.3º | 0.47% | 0.82% | - |
| HSV(B) | 29.3º | 0.19% | 0.91% | - |
| XYZ | 64.83 | 66.22 | 56.94 | - |
| YUV | 213.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 188 | 0 | 0.10 | 0.19 | 0.09 | 29.3 | 0.47 | 0.82 |
| Hex | E7 | D1 | BC | 0 | A | 13 | 9 | 1D | 2F | 52 |
| Octal | 347 | 321 | 274 | 0 | 12 | 23 | 11 | 35 | 57 | 122 |
| Binary | 11100111 | 11010001 | 10111100 | 0 | 1010 | 10011 | 1001 | 11101 | 101111 | 1010010 |
Color Harmonies of #E7D1BC
Complementary color
Monochromatic Colors of #E7D1BC
Black with #E7D1BC
Text Example
Text Example
White with #E7D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1BC; }
p { color: rgb(231,209,188); }
H1.HeaderClassName
{
color: #E7D1BC;
}
.AnyTagClassName
{
color: #E7D1BC;
}
</style>
background-color css
<style>
a { background-color: #E7D1BC; }
a { background-color: rgb(231,209,188); }
div.DivClassName
{
background-color: #E7D1BC;
}
.BgClassName
{
background-color: #E7D1BC;
}
</style>
border-color css
<style>
span { border-color: #E7D1BC; }
span { border-color: rgb(231,209,188); }
td.TdClassName
{
border-color: #E7D1BC;
}
.TagClassName
{
border-color: #E7D1BC;
}
</style>