Shades of Almond #E8D2BE
Tints of Almond #E8D2BE
RGB
CMYK
RGB Variations
Color information
#E8D2BE (or 0xE8D2BE) is known color: Almond. HEX triplet: E8, D2 and BE. RGB value is (232,210,190). Sum of RGB (Red+Green+Blue) = 232+210+190=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2BE is #172D41. Grayscale: #D6D6D6. Windows color (decimal): -1518914 or 12505832. OLE color: 12505832.
HSL color Cylindrical-coordinate representation of color #E8D2BE: hue angle of 28.57º degrees, saturation: 0.48, 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 #E8D2BE is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 190 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.09 |
| HSL | 28.57º | 0.48% | 0.83% | - |
| HSV(B) | 28.57º | 0.18% | 0.91% | - |
| XYZ | 65.62 | 66.97 | 58.18 | - |
| YUV | 214.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 190 | 0 | 0.09 | 0.18 | 0.09 | 28.57 | 0.48 | 0.83 |
| Hex | E8 | D2 | BE | 0 | 9 | 12 | 9 | 1D | 30 | 53 |
| Octal | 350 | 322 | 276 | 0 | 11 | 22 | 11 | 35 | 60 | 123 |
| Binary | 11101000 | 11010010 | 10111110 | 0 | 1001 | 10010 | 1001 | 11101 | 110000 | 1010011 |
Color Harmonies of #E8D2BE
Complementary color
Monochromatic Colors of #E8D2BE
Black with #E8D2BE
Text Example
Text Example
White with #E8D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D2BE; }
p { color: rgb(232,210,190); }
H1.HeaderClassName
{
color: #E8D2BE;
}
.AnyTagClassName
{
color: #E8D2BE;
}
</style>
background-color css
<style>
a { background-color: #E8D2BE; }
a { background-color: rgb(232,210,190); }
div.DivClassName
{
background-color: #E8D2BE;
}
.BgClassName
{
background-color: #E8D2BE;
}
</style>
border-color css
<style>
span { border-color: #E8D2BE; }
span { border-color: rgb(232,210,190); }
td.TdClassName
{
border-color: #E8D2BE;
}
.TagClassName
{
border-color: #E8D2BE;
}
</style>