Html Css Color HEX #E5D8BE Double Pearl Lusta
📋 copy color: '#E5D8BE'red 229 ◦ green 216 ◦ blue 190
Shades of Double Pearl Lusta #E5D8BE
Tints of Double Pearl Lusta #E5D8BE
RGB
CMYK
RGB Variations
Color information
#E5D8BE (or 0xE5D8BE) is known color: Double Pearl Lusta. HEX triplet: E5, D8 and BE. RGB value is (229,216,190). Sum of RGB (Red+Green+Blue) = 229+216+190=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8BE is #1A2741. Grayscale: #D9D9D9. Windows color (decimal): -1713986 or 12507365. OLE color: 12507365.
HSL color Cylindrical-coordinate representation of color #E5D8BE: hue angle of 40º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5D8BE is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 190 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.10 |
| HSL | 40º | 0.43% | 0.82% | - |
| HSV(B) | 40º | 0.17% | 0.9% | - |
| XYZ | 66.16 | 69.49 | 58.64 | - |
| YUV | 216.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 190 | 0 | 0.06 | 0.17 | 0.10 | 40 | 0.43 | 0.82 |
| Hex | E5 | D8 | BE | 0 | 6 | 11 | A | 28 | 2B | 52 |
| Octal | 345 | 330 | 276 | 0 | 6 | 21 | 12 | 50 | 53 | 122 |
| Binary | 11100101 | 11011000 | 10111110 | 0 | 110 | 10001 | 1010 | 101000 | 101011 | 1010010 |
Color Harmonies of #E5D8BE
Complementary color
Monochromatic Colors of #E5D8BE
Black with #E5D8BE
Text Example
Text Example
White with #E5D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D8BE; }
p { color: rgb(229,216,190); }
H1.HeaderClassName
{
color: #E5D8BE;
}
.AnyTagClassName
{
color: #E5D8BE;
}
</style>
background-color css
<style>
a { background-color: #E5D8BE; }
a { background-color: rgb(229,216,190); }
div.DivClassName
{
background-color: #E5D8BE;
}
.BgClassName
{
background-color: #E5D8BE;
}
</style>
border-color css
<style>
span { border-color: #E5D8BE; }
span { border-color: rgb(229,216,190); }
td.TdClassName
{
border-color: #E5D8BE;
}
.TagClassName
{
border-color: #E5D8BE;
}
</style>