Html Css Color HEX #E3D7BF Double Pearl Lusta
📋 copy color: '#E3D7BF'red 227 ◦ green 215 ◦ blue 191
Shades of Double Pearl Lusta #E3D7BF
Tints of Double Pearl Lusta #E3D7BF
RGB
CMYK
RGB Variations
Color information
#E3D7BF (or 0xE3D7BF) is known color: Double Pearl Lusta. HEX triplet: E3, D7 and BF. RGB value is (227,215,191). Sum of RGB (Red+Green+Blue) = 227+215+191=633 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.86% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D7BF is #1C2840. Grayscale: #D7D7D7. Windows color (decimal): -1845313 or 12572643. OLE color: 12572643.
HSL color Cylindrical-coordinate representation of color #E3D7BF: hue angle of 40º degrees, saturation: 0.39, 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 #E3D7BF is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 215 | 191 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.11 |
| HSL | 40º | 0.39% | 0.82% | - |
| HSV(B) | 40º | 0.16% | 0.89% | - |
| XYZ | 65.38 | 68.69 | 59.1 | - |
| YUV | 215.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 215 | 191 | 0 | 0.05 | 0.16 | 0.11 | 40 | 0.39 | 0.82 |
| Hex | E3 | D7 | BF | 0 | 5 | 10 | B | 28 | 27 | 52 |
| Octal | 343 | 327 | 277 | 0 | 5 | 20 | 13 | 50 | 47 | 122 |
| Binary | 11100011 | 11010111 | 10111111 | 0 | 101 | 10000 | 1011 | 101000 | 100111 | 1010010 |
Color Harmonies of #E3D7BF
Complementary color
Monochromatic Colors of #E3D7BF
Black with #E3D7BF
Text Example
Text Example
White with #E3D7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D7BF; }
p { color: rgb(227,215,191); }
H1.HeaderClassName
{
color: #E3D7BF;
}
.AnyTagClassName
{
color: #E3D7BF;
}
</style>
background-color css
<style>
a { background-color: #E3D7BF; }
a { background-color: rgb(227,215,191); }
div.DivClassName
{
background-color: #E3D7BF;
}
.BgClassName
{
background-color: #E3D7BF;
}
</style>
border-color css
<style>
span { border-color: #E3D7BF; }
span { border-color: rgb(227,215,191); }
td.TdClassName
{
border-color: #E3D7BF;
}
.TagClassName
{
border-color: #E3D7BF;
}
</style>