Html Css Color HEX #E5D8BD Double Pearl Lusta
📋 copy color: '#E5D8BD'red 229 ◦ green 216 ◦ blue 189
Shades of Double Pearl Lusta #E5D8BD
Tints of Double Pearl Lusta #E5D8BD
RGB
CMYK
RGB Variations
Color information
#E5D8BD (or 0xE5D8BD) is known color: Double Pearl Lusta. HEX triplet: E5, D8 and BD. RGB value is (229,216,189). Sum of RGB (Red+Green+Blue) = 229+216+189=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8BD is #1A2742. Grayscale: #D8D8D8. Windows color (decimal): -1713987 or 12441829. OLE color: 12441829.
HSL color Cylindrical-coordinate representation of color #E5D8BD: hue angle of 40.5º 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 #E5D8BD is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 189 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.10 |
| HSL | 40.5º | 0.43% | 0.82% | - |
| HSV(B) | 40.5º | 0.17% | 0.9% | - |
| XYZ | 66.05 | 69.44 | 58.07 | - |
| YUV | 216.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 189 | 0 | 0.06 | 0.17 | 0.10 | 40.5 | 0.43 | 0.82 |
| Hex | E5 | D8 | BD | 0 | 6 | 11 | A | 28 | 2B | 52 |
| Octal | 345 | 330 | 275 | 0 | 6 | 21 | 12 | 50 | 53 | 122 |
| Binary | 11100101 | 11011000 | 10111101 | 0 | 110 | 10001 | 1010 | 101000 | 101011 | 1010010 |
Color Harmonies of #E5D8BD
Complementary color
Monochromatic Colors of #E5D8BD
Black with #E5D8BD
Text Example
Text Example
White with #E5D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D8BD; }
p { color: rgb(229,216,189); }
H1.HeaderClassName
{
color: #E5D8BD;
}
.AnyTagClassName
{
color: #E5D8BD;
}
</style>
background-color css
<style>
a { background-color: #E5D8BD; }
a { background-color: rgb(229,216,189); }
div.DivClassName
{
background-color: #E5D8BD;
}
.BgClassName
{
background-color: #E5D8BD;
}
</style>
border-color css
<style>
span { border-color: #E5D8BD; }
span { border-color: rgb(229,216,189); }
td.TdClassName
{
border-color: #E5D8BD;
}
.TagClassName
{
border-color: #E5D8BD;
}
</style>