Html Css Color HEX #E7DBC1 Double Pearl Lusta
📋 copy color: '#E7DBC1'red 231 ◦ green 219 ◦ blue 193
Shades of Double Pearl Lusta #E7DBC1
Tints of Double Pearl Lusta #E7DBC1
RGB
CMYK
RGB Variations
Color information
#E7DBC1 (or 0xE7DBC1) is known color: Double Pearl Lusta. HEX triplet: E7, DB and C1. RGB value is (231,219,193). Sum of RGB (Red+Green+Blue) = 231+219+193=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 193 (75.78% from 255 or 30.02% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBC1 is #18243E. Grayscale: #DBDBDB. Windows color (decimal): -1582143 or 12704743. OLE color: 12704743.
HSL color Cylindrical-coordinate representation of color #E7DBC1: hue angle of 41.05º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7DBC1 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 193 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.09 |
| HSL | 41.05º | 0.44% | 0.83% | - |
| HSV(B) | 41.05º | 0.16% | 0.91% | - |
| XYZ | 67.91 | 71.5 | 60.67 | - |
| YUV | 219.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 193 | 0 | 0.05 | 0.16 | 0.09 | 41.05 | 0.44 | 0.83 |
| Hex | E7 | DB | C1 | 0 | 5 | 10 | 9 | 29 | 2C | 53 |
| Octal | 347 | 333 | 301 | 0 | 5 | 20 | 11 | 51 | 54 | 123 |
| Binary | 11100111 | 11011011 | 11000001 | 0 | 101 | 10000 | 1001 | 101001 | 101100 | 1010011 |
Color Harmonies of #E7DBC1
Complementary color
Monochromatic Colors of #E7DBC1
Black with #E7DBC1
Text Example
Text Example
White with #E7DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBC1; }
p { color: rgb(231,219,193); }
H1.HeaderClassName
{
color: #E7DBC1;
}
.AnyTagClassName
{
color: #E7DBC1;
}
</style>
background-color css
<style>
a { background-color: #E7DBC1; }
a { background-color: rgb(231,219,193); }
div.DivClassName
{
background-color: #E7DBC1;
}
.BgClassName
{
background-color: #E7DBC1;
}
</style>
border-color css
<style>
span { border-color: #E7DBC1; }
span { border-color: rgb(231,219,193); }
td.TdClassName
{
border-color: #E7DBC1;
}
.TagClassName
{
border-color: #E7DBC1;
}
</style>