Html Css Color HEX #E5D9BA Double Pearl Lusta
📋 copy color: '#E5D9BA'red 229 ◦ green 217 ◦ blue 186
Shades of Double Pearl Lusta #E5D9BA
Tints of Double Pearl Lusta #E5D9BA
RGB
CMYK
RGB Variations
Color information
#E5D9BA (or 0xE5D9BA) is known color: Double Pearl Lusta. HEX triplet: E5, D9 and BA. RGB value is (229,217,186). Sum of RGB (Red+Green+Blue) = 229+217+186=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9BA is #1A2645. Grayscale: #D9D9D9. Windows color (decimal): -1713734 or 12245477. OLE color: 12245477.
HSL color Cylindrical-coordinate representation of color #E5D9BA: hue angle of 43.26º 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 #E5D9BA is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 186 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.10 |
| HSL | 43.26º | 0.45% | 0.81% | - |
| HSV(B) | 43.26º | 0.19% | 0.9% | - |
| XYZ | 65.99 | 69.83 | 56.45 | - |
| YUV | 217.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 186 | 0 | 0.05 | 0.19 | 0.10 | 43.26 | 0.45 | 0.81 |
| Hex | E5 | D9 | BA | 0 | 5 | 13 | A | 2B | 2D | 51 |
| Octal | 345 | 331 | 272 | 0 | 5 | 23 | 12 | 53 | 55 | 121 |
| Binary | 11100101 | 11011001 | 10111010 | 0 | 101 | 10011 | 1010 | 101011 | 101101 | 1010001 |
Color Harmonies of #E5D9BA
Complementary color
Monochromatic Colors of #E5D9BA
Black with #E5D9BA
Text Example
Text Example
White with #E5D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9BA; }
p { color: rgb(229,217,186); }
H1.HeaderClassName
{
color: #E5D9BA;
}
.AnyTagClassName
{
color: #E5D9BA;
}
</style>
background-color css
<style>
a { background-color: #E5D9BA; }
a { background-color: rgb(229,217,186); }
div.DivClassName
{
background-color: #E5D9BA;
}
.BgClassName
{
background-color: #E5D9BA;
}
</style>
border-color css
<style>
span { border-color: #E5D9BA; }
span { border-color: rgb(229,217,186); }
td.TdClassName
{
border-color: #E5D9BA;
}
.TagClassName
{
border-color: #E5D9BA;
}
</style>