Html Css Color HEX #E7D8BA Double Pearl Lusta
📋 copy color: '#E7D8BA'red 231 ◦ green 216 ◦ blue 186
Shades of Double Pearl Lusta #E7D8BA
Tints of Double Pearl Lusta #E7D8BA
RGB
CMYK
RGB Variations
Color information
#E7D8BA (or 0xE7D8BA) is known color: Double Pearl Lusta. HEX triplet: E7, D8 and BA. RGB value is (231,216,186). Sum of RGB (Red+Green+Blue) = 231+216+186=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8BA is #182745. Grayscale: #D9D9D9. Windows color (decimal): -1582918 or 12245223. OLE color: 12245223.
HSL color Cylindrical-coordinate representation of color #E7D8BA: hue angle of 40º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7D8BA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 186 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.09 |
| HSL | 40º | 0.48% | 0.82% | - |
| HSV(B) | 40º | 0.19% | 0.91% | - |
| XYZ | 66.37 | 69.65 | 56.4 | - |
| YUV | 217.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 186 | 0 | 0.06 | 0.19 | 0.09 | 40 | 0.48 | 0.82 |
| Hex | E7 | D8 | BA | 0 | 6 | 13 | 9 | 28 | 30 | 52 |
| Octal | 347 | 330 | 272 | 0 | 6 | 23 | 11 | 50 | 60 | 122 |
| Binary | 11100111 | 11011000 | 10111010 | 0 | 110 | 10011 | 1001 | 101000 | 110000 | 1010010 |
Color Harmonies of #E7D8BA
Complementary color
Monochromatic Colors of #E7D8BA
Black with #E7D8BA
Text Example
Text Example
White with #E7D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D8BA; }
p { color: rgb(231,216,186); }
H1.HeaderClassName
{
color: #E7D8BA;
}
.AnyTagClassName
{
color: #E7D8BA;
}
</style>
background-color css
<style>
a { background-color: #E7D8BA; }
a { background-color: rgb(231,216,186); }
div.DivClassName
{
background-color: #E7D8BA;
}
.BgClassName
{
background-color: #E7D8BA;
}
</style>
border-color css
<style>
span { border-color: #E7D8BA; }
span { border-color: rgb(231,216,186); }
td.TdClassName
{
border-color: #E7D8BA;
}
.TagClassName
{
border-color: #E7D8BA;
}
</style>