Html Css Color HEX #E5D8BA Double Pearl Lusta
📋 copy color: '#E5D8BA'red 229 ◦ green 216 ◦ blue 186
Shades of Double Pearl Lusta #E5D8BA
Tints of Double Pearl Lusta #E5D8BA
RGB
CMYK
RGB Variations
Color information
#E5D8BA (or 0xE5D8BA) is known color: Double Pearl Lusta. HEX triplet: E5, D8 and BA. RGB value is (229,216,186). Sum of RGB (Red+Green+Blue) = 229+216+186=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8BA is #1A2745. Grayscale: #D8D8D8. Windows color (decimal): -1713990 or 12245221. OLE color: 12245221.
HSL color Cylindrical-coordinate representation of color #E5D8BA: hue angle of 41.86º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5D8BA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 186 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.10 |
| HSL | 41.86º | 0.45% | 0.81% | - |
| HSV(B) | 41.86º | 0.19% | 0.9% | - |
| XYZ | 65.73 | 69.31 | 56.37 | - |
| YUV | 216.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 186 | 0 | 0.06 | 0.19 | 0.10 | 41.86 | 0.45 | 0.81 |
| Hex | E5 | D8 | BA | 0 | 6 | 13 | A | 2A | 2D | 51 |
| Octal | 345 | 330 | 272 | 0 | 6 | 23 | 12 | 52 | 55 | 121 |
| Binary | 11100101 | 11011000 | 10111010 | 0 | 110 | 10011 | 1010 | 101010 | 101101 | 1010001 |
Color Harmonies of #E5D8BA
Complementary color
Monochromatic Colors of #E5D8BA
Black with #E5D8BA
Text Example
Text Example
White with #E5D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D8BA; }
p { color: rgb(229,216,186); }
H1.HeaderClassName
{
color: #E5D8BA;
}
.AnyTagClassName
{
color: #E5D8BA;
}
</style>
background-color css
<style>
a { background-color: #E5D8BA; }
a { background-color: rgb(229,216,186); }
div.DivClassName
{
background-color: #E5D8BA;
}
.BgClassName
{
background-color: #E5D8BA;
}
</style>
border-color css
<style>
span { border-color: #E5D8BA; }
span { border-color: rgb(229,216,186); }
td.TdClassName
{
border-color: #E5D8BA;
}
.TagClassName
{
border-color: #E5D8BA;
}
</style>