Html Css Color HEX #E7DAB9 Double Pearl Lusta
📋 copy color: '#E7DAB9'red 231 ◦ green 218 ◦ blue 185
Shades of Double Pearl Lusta #E7DAB9
Tints of Double Pearl Lusta #E7DAB9
RGB
CMYK
RGB Variations
Color information
#E7DAB9 (or 0xE7DAB9) is known color: Double Pearl Lusta. HEX triplet: E7, DA and B9. RGB value is (231,218,185). Sum of RGB (Red+Green+Blue) = 231+218+185=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DAB9 is #182546. Grayscale: #DADADA. Windows color (decimal): -1582407 or 12180199. OLE color: 12180199.
HSL color Cylindrical-coordinate representation of color #E7DAB9: hue angle of 43.04º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7DAB9 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 218 | 185 | - |
CMYK | 0 | 0.06 | 0.20 | 0.09 |
HSL | 43.04º | 0.49% | 0.82% | - |
HSV(B) | 43.04º | 0.2% | 0.91% | - |
XYZ | 66.78 | 70.63 | 56.01 | - |
YUV | 218.13 | 109.31 | 137.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 185 | 0 | 0.06 | 0.20 | 0.09 | 43.04 | 0.49 | 0.82 |
Hex | E7 | DA | B9 | 0 | 6 | 14 | 9 | 2B | 31 | 52 |
Octal | 347 | 332 | 271 | 0 | 6 | 24 | 11 | 53 | 61 | 122 |
Binary | 11100111 | 11011010 | 10111001 | 0 | 110 | 10100 | 1001 | 101011 | 110001 | 1010010 |
Color Harmonies of #E7DAB9
Complementary color
Monochromatic Colors of #E7DAB9
Black with #E7DAB9
Text Example
Text Example
White with #E7DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DAB9; }
p { color: rgb(231,218,185); }
H1.HeaderClassName
{
color: #E7DAB9;
}
.AnyTagClassName
{
color: #E7DAB9;
}
</style>
background-color css
<style>
a { background-color: #E7DAB9; }
a { background-color: rgb(231,218,185); }
div.DivClassName
{
background-color: #E7DAB9;
}
.BgClassName
{
background-color: #E7DAB9;
}
</style>
border-color css
<style>
span { border-color: #E7DAB9; }
span { border-color: rgb(231,218,185); }
td.TdClassName
{
border-color: #E7DAB9;
}
.TagClassName
{
border-color: #E7DAB9;
}
</style>