Html Css Color HEX #E8D8B9 Double Pearl Lusta
📋 copy color: '#E8D8B9'red 232 ◦ green 216 ◦ blue 185
Shades of Double Pearl Lusta #E8D8B9
Tints of Double Pearl Lusta #E8D8B9
RGB
CMYK
RGB Variations
Color information
#E8D8B9 (or 0xE8D8B9) is known color: Double Pearl Lusta. HEX triplet: E8, D8 and B9. RGB value is (232,216,185). Sum of RGB (Red+Green+Blue) = 232+216+185=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D8B9 is #172746. Grayscale: #D9D9D9. Windows color (decimal): -1517383 or 12179688. OLE color: 12179688.
HSL color Cylindrical-coordinate representation of color #E8D8B9: hue angle of 39.57º degrees, saturation: 0.51, 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 #E8D8B9 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 185 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.09 |
| HSL | 39.57º | 0.51% | 0.82% | - |
| HSV(B) | 39.57º | 0.2% | 0.91% | - |
| XYZ | 66.59 | 69.77 | 55.86 | - |
| YUV | 217.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 185 | 0 | 0.07 | 0.20 | 0.09 | 39.57 | 0.51 | 0.82 |
| Hex | E8 | D8 | B9 | 0 | 7 | 14 | 9 | 28 | 33 | 52 |
| Octal | 350 | 330 | 271 | 0 | 7 | 24 | 11 | 50 | 63 | 122 |
| Binary | 11101000 | 11011000 | 10111001 | 0 | 111 | 10100 | 1001 | 101000 | 110011 | 1010010 |
Color Harmonies of #E8D8B9
Complementary color
Monochromatic Colors of #E8D8B9
Black with #E8D8B9
Text Example
Text Example
White with #E8D8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D8B9; }
p { color: rgb(232,216,185); }
H1.HeaderClassName
{
color: #E8D8B9;
}
.AnyTagClassName
{
color: #E8D8B9;
}
</style>
background-color css
<style>
a { background-color: #E8D8B9; }
a { background-color: rgb(232,216,185); }
div.DivClassName
{
background-color: #E8D8B9;
}
.BgClassName
{
background-color: #E8D8B9;
}
</style>
border-color css
<style>
span { border-color: #E8D8B9; }
span { border-color: rgb(232,216,185); }
td.TdClassName
{
border-color: #E8D8B9;
}
.TagClassName
{
border-color: #E8D8B9;
}
</style>