Html Css Color HEX #E5D7BC Double Pearl Lusta
📋 copy color: '#E5D7BC'red 229 ◦ green 215 ◦ blue 188
Shades of Double Pearl Lusta #E5D7BC
Tints of Double Pearl Lusta #E5D7BC
RGB
CMYK
RGB Variations
Color information
#E5D7BC (or 0xE5D7BC) is known color: Double Pearl Lusta. HEX triplet: E5, D7 and BC. RGB value is (229,215,188). Sum of RGB (Red+Green+Blue) = 229+215+188=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D7BC is #1A2843. Grayscale: #D8D8D8. Windows color (decimal): -1714244 or 12376037. OLE color: 12376037.
HSL color Cylindrical-coordinate representation of color #E5D7BC: hue angle of 39.51º degrees, saturation: 0.44, 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 #E5D7BC is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 188 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.10 |
| HSL | 39.51º | 0.44% | 0.82% | - |
| HSV(B) | 39.51º | 0.18% | 0.9% | - |
| XYZ | 65.69 | 68.89 | 57.41 | - |
| YUV | 216.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 188 | 0 | 0.06 | 0.18 | 0.10 | 39.51 | 0.44 | 0.82 |
| Hex | E5 | D7 | BC | 0 | 6 | 12 | A | 28 | 2C | 52 |
| Octal | 345 | 327 | 274 | 0 | 6 | 22 | 12 | 50 | 54 | 122 |
| Binary | 11100101 | 11010111 | 10111100 | 0 | 110 | 10010 | 1010 | 101000 | 101100 | 1010010 |
Color Harmonies of #E5D7BC
Complementary color
Monochromatic Colors of #E5D7BC
Black with #E5D7BC
Text Example
Text Example
White with #E5D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7BC; }
p { color: rgb(229,215,188); }
H1.HeaderClassName
{
color: #E5D7BC;
}
.AnyTagClassName
{
color: #E5D7BC;
}
</style>
background-color css
<style>
a { background-color: #E5D7BC; }
a { background-color: rgb(229,215,188); }
div.DivClassName
{
background-color: #E5D7BC;
}
.BgClassName
{
background-color: #E5D7BC;
}
</style>
border-color css
<style>
span { border-color: #E5D7BC; }
span { border-color: rgb(229,215,188); }
td.TdClassName
{
border-color: #E5D7BC;
}
.TagClassName
{
border-color: #E5D7BC;
}
</style>