Html Css Color HEX #E8D9BE Double Pearl Lusta
📋 copy color: '#E8D9BE'red 232 ◦ green 217 ◦ blue 190
Shades of Double Pearl Lusta #E8D9BE
Tints of Double Pearl Lusta #E8D9BE
RGB
CMYK
RGB Variations
Color information
#E8D9BE (or 0xE8D9BE) is known color: Double Pearl Lusta. HEX triplet: E8, D9 and BE. RGB value is (232,217,190). Sum of RGB (Red+Green+Blue) = 232+217+190=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D9BE is #172641. Grayscale: #DADADA. Windows color (decimal): -1517122 or 12507624. OLE color: 12507624.
HSL color Cylindrical-coordinate representation of color #E8D9BE: hue angle of 38.57º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8D9BE is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 217 | 190 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.09 |
| HSL | 38.57º | 0.48% | 0.83% | - |
| HSV(B) | 38.57º | 0.18% | 0.91% | - |
| XYZ | 67.39 | 70.5 | 58.77 | - |
| YUV | 218.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 217 | 190 | 0 | 0.06 | 0.18 | 0.09 | 38.57 | 0.48 | 0.83 |
| Hex | E8 | D9 | BE | 0 | 6 | 12 | 9 | 27 | 30 | 53 |
| Octal | 350 | 331 | 276 | 0 | 6 | 22 | 11 | 47 | 60 | 123 |
| Binary | 11101000 | 11011001 | 10111110 | 0 | 110 | 10010 | 1001 | 100111 | 110000 | 1010011 |
Color Harmonies of #E8D9BE
Complementary color
Monochromatic Colors of #E8D9BE
Black with #E8D9BE
Text Example
Text Example
White with #E8D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D9BE; }
p { color: rgb(232,217,190); }
H1.HeaderClassName
{
color: #E8D9BE;
}
.AnyTagClassName
{
color: #E8D9BE;
}
</style>
background-color css
<style>
a { background-color: #E8D9BE; }
a { background-color: rgb(232,217,190); }
div.DivClassName
{
background-color: #E8D9BE;
}
.BgClassName
{
background-color: #E8D9BE;
}
</style>
border-color css
<style>
span { border-color: #E8D9BE; }
span { border-color: rgb(232,217,190); }
td.TdClassName
{
border-color: #E8D9BE;
}
.TagClassName
{
border-color: #E8D9BE;
}
</style>