Html Css Color HEX #E7DCC1 Double Pearl Lusta
📋 copy color: '#E7DCC1'red 231 ◦ green 220 ◦ blue 193
Shades of Double Pearl Lusta #E7DCC1
Tints of Double Pearl Lusta #E7DCC1
RGB
CMYK
RGB Variations
Color information
#E7DCC1 (or 0xE7DCC1) is known color: Double Pearl Lusta. HEX triplet: E7, DC and C1. RGB value is (231,220,193). Sum of RGB (Red+Green+Blue) = 231+220+193=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCC1 is #18233E. Grayscale: #DCDCDC. Windows color (decimal): -1581887 or 12704999. OLE color: 12704999.
HSL color Cylindrical-coordinate representation of color #E7DCC1: hue angle of 42.63º 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 #E7DCC1 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 193 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.09 |
| HSL | 42.63º | 0.44% | 0.83% | - |
| HSV(B) | 42.63º | 0.16% | 0.91% | - |
| XYZ | 68.17 | 72.03 | 60.76 | - |
| YUV | 220.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 193 | 0 | 0.05 | 0.16 | 0.09 | 42.63 | 0.44 | 0.83 |
| Hex | E7 | DC | C1 | 0 | 5 | 10 | 9 | 2B | 2C | 53 |
| Octal | 347 | 334 | 301 | 0 | 5 | 20 | 11 | 53 | 54 | 123 |
| Binary | 11100111 | 11011100 | 11000001 | 0 | 101 | 10000 | 1001 | 101011 | 101100 | 1010011 |
Color Harmonies of #E7DCC1
Complementary color
Monochromatic Colors of #E7DCC1
Black with #E7DCC1
Text Example
Text Example
White with #E7DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCC1; }
p { color: rgb(231,220,193); }
H1.HeaderClassName
{
color: #E7DCC1;
}
.AnyTagClassName
{
color: #E7DCC1;
}
</style>
background-color css
<style>
a { background-color: #E7DCC1; }
a { background-color: rgb(231,220,193); }
div.DivClassName
{
background-color: #E7DCC1;
}
.BgClassName
{
background-color: #E7DCC1;
}
</style>
border-color css
<style>
span { border-color: #E7DCC1; }
span { border-color: rgb(231,220,193); }
td.TdClassName
{
border-color: #E7DCC1;
}
.TagClassName
{
border-color: #E7DCC1;
}
</style>