Html Css Color HEX #E6D8BE Double Pearl Lusta
📋 copy color: '#E6D8BE'red 230 ◦ green 216 ◦ blue 190
Shades of Double Pearl Lusta #E6D8BE
Tints of Double Pearl Lusta #E6D8BE
RGB
CMYK
RGB Variations
Color information
#E6D8BE (or 0xE6D8BE) is known color: Double Pearl Lusta. HEX triplet: E6, D8 and BE. RGB value is (230,216,190). Sum of RGB (Red+Green+Blue) = 230+216+190=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 216 (84.77% from 255 or 33.96% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D8BE is #192741. Grayscale: #D9D9D9. Windows color (decimal): -1648450 or 12507366. OLE color: 12507366.
HSL color Cylindrical-coordinate representation of color #E6D8BE: hue angle of 39º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6D8BE is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 190 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.10 |
| HSL | 39º | 0.44% | 0.82% | - |
| HSV(B) | 39º | 0.17% | 0.9% | - |
| XYZ | 66.48 | 69.65 | 58.66 | - |
| YUV | 217.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 190 | 0 | 0.06 | 0.17 | 0.10 | 39 | 0.44 | 0.82 |
| Hex | E6 | D8 | BE | 0 | 6 | 11 | A | 27 | 2C | 52 |
| Octal | 346 | 330 | 276 | 0 | 6 | 21 | 12 | 47 | 54 | 122 |
| Binary | 11100110 | 11011000 | 10111110 | 0 | 110 | 10001 | 1010 | 100111 | 101100 | 1010010 |
Color Harmonies of #E6D8BE
Complementary color
Monochromatic Colors of #E6D8BE
Black with #E6D8BE
Text Example
Text Example
White with #E6D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D8BE; }
p { color: rgb(230,216,190); }
H1.HeaderClassName
{
color: #E6D8BE;
}
.AnyTagClassName
{
color: #E6D8BE;
}
</style>
background-color css
<style>
a { background-color: #E6D8BE; }
a { background-color: rgb(230,216,190); }
div.DivClassName
{
background-color: #E6D8BE;
}
.BgClassName
{
background-color: #E6D8BE;
}
</style>
border-color css
<style>
span { border-color: #E6D8BE; }
span { border-color: rgb(230,216,190); }
td.TdClassName
{
border-color: #E6D8BE;
}
.TagClassName
{
border-color: #E6D8BE;
}
</style>