Html Css Color HEX #E6DABE Double Pearl Lusta
📋 copy color: '#E6DABE'red 230 ◦ green 218 ◦ blue 190
Shades of Double Pearl Lusta #E6DABE
Tints of Double Pearl Lusta #E6DABE
RGB
CMYK
RGB Variations
Color information
#E6DABE (or 0xE6DABE) is known color: Double Pearl Lusta. HEX triplet: E6, DA and BE. RGB value is (230,218,190). Sum of RGB (Red+Green+Blue) = 230+218+190=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DABE is #192541. Grayscale: #DADADA. Windows color (decimal): -1647938 or 12507878. OLE color: 12507878.
HSL color Cylindrical-coordinate representation of color #E6DABE: hue angle of 42º 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 #E6DABE is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 190 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.10 |
| HSL | 42º | 0.44% | 0.82% | - |
| HSV(B) | 42º | 0.17% | 0.9% | - |
| XYZ | 67 | 70.68 | 58.83 | - |
| YUV | 218.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 190 | 0 | 0.05 | 0.17 | 0.10 | 42 | 0.44 | 0.82 |
| Hex | E6 | DA | BE | 0 | 5 | 11 | A | 2A | 2C | 52 |
| Octal | 346 | 332 | 276 | 0 | 5 | 21 | 12 | 52 | 54 | 122 |
| Binary | 11100110 | 11011010 | 10111110 | 0 | 101 | 10001 | 1010 | 101010 | 101100 | 1010010 |
Color Harmonies of #E6DABE
Complementary color
Monochromatic Colors of #E6DABE
Black with #E6DABE
Text Example
Text Example
White with #E6DABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DABE; }
p { color: rgb(230,218,190); }
H1.HeaderClassName
{
color: #E6DABE;
}
.AnyTagClassName
{
color: #E6DABE;
}
</style>
background-color css
<style>
a { background-color: #E6DABE; }
a { background-color: rgb(230,218,190); }
div.DivClassName
{
background-color: #E6DABE;
}
.BgClassName
{
background-color: #E6DABE;
}
</style>
border-color css
<style>
span { border-color: #E6DABE; }
span { border-color: rgb(230,218,190); }
td.TdClassName
{
border-color: #E6DABE;
}
.TagClassName
{
border-color: #E6DABE;
}
</style>