Html Css Color HEX #E6DAB9 Double Pearl Lusta
📋 copy color: '#E6DAB9'red 230 ◦ green 218 ◦ blue 185
Shades of Double Pearl Lusta #E6DAB9
Tints of Double Pearl Lusta #E6DAB9
RGB
CMYK
RGB Variations
Color information
#E6DAB9 (or 0xE6DAB9) is known color: Double Pearl Lusta. HEX triplet: E6, DA and B9. RGB value is (230,218,185). Sum of RGB (Red+Green+Blue) = 230+218+185=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DAB9 is #192546. Grayscale: #D9D9D9. Windows color (decimal): -1647943 or 12180198. OLE color: 12180198.
HSL color Cylindrical-coordinate representation of color #E6DAB9: hue angle of 44º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6DAB9 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 185 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.10 |
| HSL | 44º | 0.47% | 0.81% | - |
| HSV(B) | 44º | 0.2% | 0.9% | - |
| XYZ | 66.46 | 70.47 | 56 | - |
| YUV | 217.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 185 | 0 | 0.05 | 0.20 | 0.10 | 44 | 0.47 | 0.81 |
| Hex | E6 | DA | B9 | 0 | 5 | 14 | A | 2C | 2F | 51 |
| Octal | 346 | 332 | 271 | 0 | 5 | 24 | 12 | 54 | 57 | 121 |
| Binary | 11100110 | 11011010 | 10111001 | 0 | 101 | 10100 | 1010 | 101100 | 101111 | 1010001 |
Color Harmonies of #E6DAB9
Complementary color
Monochromatic Colors of #E6DAB9
Black with #E6DAB9
Text Example
Text Example
White with #E6DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DAB9; }
p { color: rgb(230,218,185); }
H1.HeaderClassName
{
color: #E6DAB9;
}
.AnyTagClassName
{
color: #E6DAB9;
}
</style>
background-color css
<style>
a { background-color: #E6DAB9; }
a { background-color: rgb(230,218,185); }
div.DivClassName
{
background-color: #E6DAB9;
}
.BgClassName
{
background-color: #E6DAB9;
}
</style>
border-color css
<style>
span { border-color: #E6DAB9; }
span { border-color: rgb(230,218,185); }
td.TdClassName
{
border-color: #E6DAB9;
}
.TagClassName
{
border-color: #E6DAB9;
}
</style>