Html Css Color HEX #E5D8BC Double Pearl Lusta
📋 copy color: '#E5D8BC'red 229 ◦ green 216 ◦ blue 188
Shades of Double Pearl Lusta #E5D8BC
Tints of Double Pearl Lusta #E5D8BC
RGB
CMYK
RGB Variations
Color information
#E5D8BC (or 0xE5D8BC) is known color: Double Pearl Lusta. HEX triplet: E5, D8 and BC. RGB value is (229,216,188). Sum of RGB (Red+Green+Blue) = 229+216+188=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D8BC is #1A2743. Grayscale: #D8D8D8. Windows color (decimal): -1713988 or 12376293. OLE color: 12376293.
HSL color Cylindrical-coordinate representation of color #E5D8BC: hue angle of 40.98º 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 #E5D8BC is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 188 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.10 |
| HSL | 40.98º | 0.44% | 0.82% | - |
| HSV(B) | 40.98º | 0.18% | 0.9% | - |
| XYZ | 65.95 | 69.4 | 57.5 | - |
| YUV | 216.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 188 | 0 | 0.06 | 0.18 | 0.10 | 40.98 | 0.44 | 0.82 |
| Hex | E5 | D8 | BC | 0 | 6 | 12 | A | 29 | 2C | 52 |
| Octal | 345 | 330 | 274 | 0 | 6 | 22 | 12 | 51 | 54 | 122 |
| Binary | 11100101 | 11011000 | 10111100 | 0 | 110 | 10010 | 1010 | 101001 | 101100 | 1010010 |
Color Harmonies of #E5D8BC
Complementary color
Monochromatic Colors of #E5D8BC
Black with #E5D8BC
Text Example
Text Example
White with #E5D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D8BC; }
p { color: rgb(229,216,188); }
H1.HeaderClassName
{
color: #E5D8BC;
}
.AnyTagClassName
{
color: #E5D8BC;
}
</style>
background-color css
<style>
a { background-color: #E5D8BC; }
a { background-color: rgb(229,216,188); }
div.DivClassName
{
background-color: #E5D8BC;
}
.BgClassName
{
background-color: #E5D8BC;
}
</style>
border-color css
<style>
span { border-color: #E5D8BC; }
span { border-color: rgb(229,216,188); }
td.TdClassName
{
border-color: #E5D8BC;
}
.TagClassName
{
border-color: #E5D8BC;
}
</style>