Html Css Color HEX #E7D8BD Double Pearl Lusta
📋 copy color: '#E7D8BD'red 231 ◦ green 216 ◦ blue 189
Shades of Double Pearl Lusta #E7D8BD
Tints of Double Pearl Lusta #E7D8BD
RGB
CMYK
RGB Variations
Color information
#E7D8BD (or 0xE7D8BD) is known color: Double Pearl Lusta. HEX triplet: E7, D8 and BD. RGB value is (231,216,189). Sum of RGB (Red+Green+Blue) = 231+216+189=636 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.32% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8BD is #182742. Grayscale: #D9D9D9. Windows color (decimal): -1582915 or 12441831. OLE color: 12441831.
HSL color Cylindrical-coordinate representation of color #E7D8BD: hue angle of 38.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7D8BD is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 189 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.09 |
| HSL | 38.57º | 0.47% | 0.82% | - |
| HSV(B) | 38.57º | 0.18% | 0.91% | - |
| XYZ | 66.7 | 69.77 | 58.1 | - |
| YUV | 217.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 189 | 0 | 0.06 | 0.18 | 0.09 | 38.57 | 0.47 | 0.82 |
| Hex | E7 | D8 | BD | 0 | 6 | 12 | 9 | 27 | 2F | 52 |
| Octal | 347 | 330 | 275 | 0 | 6 | 22 | 11 | 47 | 57 | 122 |
| Binary | 11100111 | 11011000 | 10111101 | 0 | 110 | 10010 | 1001 | 100111 | 101111 | 1010010 |
Color Harmonies of #E7D8BD
Complementary color
Monochromatic Colors of #E7D8BD
Black with #E7D8BD
Text Example
Text Example
White with #E7D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D8BD; }
p { color: rgb(231,216,189); }
H1.HeaderClassName
{
color: #E7D8BD;
}
.AnyTagClassName
{
color: #E7D8BD;
}
</style>
background-color css
<style>
a { background-color: #E7D8BD; }
a { background-color: rgb(231,216,189); }
div.DivClassName
{
background-color: #E7D8BD;
}
.BgClassName
{
background-color: #E7D8BD;
}
</style>
border-color css
<style>
span { border-color: #E7D8BD; }
span { border-color: rgb(231,216,189); }
td.TdClassName
{
border-color: #E7D8BD;
}
.TagClassName
{
border-color: #E7D8BD;
}
</style>