Html Css Color HEX #E3D7BE Double Pearl Lusta
📋 copy color: '#E3D7BE'red 227 ◦ green 215 ◦ blue 190
Shades of Double Pearl Lusta #E3D7BE
Tints of Double Pearl Lusta #E3D7BE
RGB
CMYK
RGB Variations
Color information
#E3D7BE (or 0xE3D7BE) is known color: Double Pearl Lusta. HEX triplet: E3, D7 and BE. RGB value is (227,215,190). Sum of RGB (Red+Green+Blue) = 227+215+190=632 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.92% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D7BE is #1C2841. Grayscale: #D7D7D7. Windows color (decimal): -1845314 or 12507107. OLE color: 12507107.
HSL color Cylindrical-coordinate representation of color #E3D7BE: hue angle of 40.54º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3D7BE is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 215 | 190 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.11 |
| HSL | 40.54º | 0.4% | 0.82% | - |
| HSV(B) | 40.54º | 0.16% | 0.89% | - |
| XYZ | 65.27 | 68.65 | 58.53 | - |
| YUV | 215.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 215 | 190 | 0 | 0.05 | 0.16 | 0.11 | 40.54 | 0.4 | 0.82 |
| Hex | E3 | D7 | BE | 0 | 5 | 10 | B | 29 | 28 | 52 |
| Octal | 343 | 327 | 276 | 0 | 5 | 20 | 13 | 51 | 50 | 122 |
| Binary | 11100011 | 11010111 | 10111110 | 0 | 101 | 10000 | 1011 | 101001 | 101000 | 1010010 |
Color Harmonies of #E3D7BE
Complementary color
Monochromatic Colors of #E3D7BE
Black with #E3D7BE
Text Example
Text Example
White with #E3D7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D7BE; }
p { color: rgb(227,215,190); }
H1.HeaderClassName
{
color: #E3D7BE;
}
.AnyTagClassName
{
color: #E3D7BE;
}
</style>
background-color css
<style>
a { background-color: #E3D7BE; }
a { background-color: rgb(227,215,190); }
div.DivClassName
{
background-color: #E3D7BE;
}
.BgClassName
{
background-color: #E3D7BE;
}
</style>
border-color css
<style>
span { border-color: #E3D7BE; }
span { border-color: rgb(227,215,190); }
td.TdClassName
{
border-color: #E3D7BE;
}
.TagClassName
{
border-color: #E3D7BE;
}
</style>