Html Css Color HEX #E5D9BC Double Pearl Lusta
📋 copy color: '#E5D9BC'red 229 ◦ green 217 ◦ blue 188
Shades of Double Pearl Lusta #E5D9BC
Tints of Double Pearl Lusta #E5D9BC
RGB
CMYK
RGB Variations
Color information
#E5D9BC (or 0xE5D9BC) is known color: Double Pearl Lusta. HEX triplet: E5, D9 and BC. RGB value is (229,217,188). Sum of RGB (Red+Green+Blue) = 229+217+188=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D9BC is #1A2643. Grayscale: #D9D9D9. Windows color (decimal): -1713732 or 12376549. OLE color: 12376549.
HSL color Cylindrical-coordinate representation of color #E5D9BC: hue angle of 42.44º 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 #E5D9BC is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 188 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.10 |
| HSL | 42.44º | 0.44% | 0.82% | - |
| HSV(B) | 42.44º | 0.18% | 0.9% | - |
| XYZ | 66.2 | 69.91 | 57.58 | - |
| YUV | 217.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 188 | 0 | 0.05 | 0.18 | 0.10 | 42.44 | 0.44 | 0.82 |
| Hex | E5 | D9 | BC | 0 | 5 | 12 | A | 2A | 2C | 52 |
| Octal | 345 | 331 | 274 | 0 | 5 | 22 | 12 | 52 | 54 | 122 |
| Binary | 11100101 | 11011001 | 10111100 | 0 | 101 | 10010 | 1010 | 101010 | 101100 | 1010010 |
Color Harmonies of #E5D9BC
Complementary color
Monochromatic Colors of #E5D9BC
Black with #E5D9BC
Text Example
Text Example
White with #E5D9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D9BC; }
p { color: rgb(229,217,188); }
H1.HeaderClassName
{
color: #E5D9BC;
}
.AnyTagClassName
{
color: #E5D9BC;
}
</style>
background-color css
<style>
a { background-color: #E5D9BC; }
a { background-color: rgb(229,217,188); }
div.DivClassName
{
background-color: #E5D9BC;
}
.BgClassName
{
background-color: #E5D9BC;
}
</style>
border-color css
<style>
span { border-color: #E5D9BC; }
span { border-color: rgb(229,217,188); }
td.TdClassName
{
border-color: #E5D9BC;
}
.TagClassName
{
border-color: #E5D9BC;
}
</style>