Html Css Color HEX #E5D7BB Double Pearl Lusta
📋 copy color: '#E5D7BB'red 229 ◦ green 215 ◦ blue 187
Shades of Double Pearl Lusta #E5D7BB
Tints of Double Pearl Lusta #E5D7BB
RGB
CMYK
RGB Variations
Color information
#E5D7BB (or 0xE5D7BB) is known color: Double Pearl Lusta. HEX triplet: E5, D7 and BB. RGB value is (229,215,187). Sum of RGB (Red+Green+Blue) = 229+215+187=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D7BB is #1A2844. Grayscale: #D8D8D8. Windows color (decimal): -1714245 or 12310501. OLE color: 12310501.
HSL color Cylindrical-coordinate representation of color #E5D7BB: hue angle of 40º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5D7BB is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 187 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.10 |
| HSL | 40º | 0.45% | 0.82% | - |
| HSV(B) | 40º | 0.18% | 0.9% | - |
| XYZ | 65.58 | 68.85 | 56.85 | - |
| YUV | 215.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 187 | 0 | 0.06 | 0.18 | 0.10 | 40 | 0.45 | 0.82 |
| Hex | E5 | D7 | BB | 0 | 6 | 12 | A | 28 | 2D | 52 |
| Octal | 345 | 327 | 273 | 0 | 6 | 22 | 12 | 50 | 55 | 122 |
| Binary | 11100101 | 11010111 | 10111011 | 0 | 110 | 10010 | 1010 | 101000 | 101101 | 1010010 |
Color Harmonies of #E5D7BB
Complementary color
Monochromatic Colors of #E5D7BB
Black with #E5D7BB
Text Example
Text Example
White with #E5D7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7BB; }
p { color: rgb(229,215,187); }
H1.HeaderClassName
{
color: #E5D7BB;
}
.AnyTagClassName
{
color: #E5D7BB;
}
</style>
background-color css
<style>
a { background-color: #E5D7BB; }
a { background-color: rgb(229,215,187); }
div.DivClassName
{
background-color: #E5D7BB;
}
.BgClassName
{
background-color: #E5D7BB;
}
</style>
border-color css
<style>
span { border-color: #E5D7BB; }
span { border-color: rgb(229,215,187); }
td.TdClassName
{
border-color: #E5D7BB;
}
.TagClassName
{
border-color: #E5D7BB;
}
</style>