Html Css Color HEX #E6DABA Double Pearl Lusta
📋 copy color: '#E6DABA'red 230 ◦ green 218 ◦ blue 186
Shades of Double Pearl Lusta #E6DABA
Tints of Double Pearl Lusta #E6DABA
RGB
CMYK
RGB Variations
Color information
#E6DABA (or 0xE6DABA) is known color: Double Pearl Lusta. HEX triplet: E6, DA and BA. RGB value is (230,218,186). Sum of RGB (Red+Green+Blue) = 230+218+186=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DABA is #192545. Grayscale: #DADADA. Windows color (decimal): -1647942 or 12245734. OLE color: 12245734.
HSL color Cylindrical-coordinate representation of color #E6DABA: hue angle of 43.64º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6DABA is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 186 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.10 |
| HSL | 43.64º | 0.47% | 0.82% | - |
| HSV(B) | 43.64º | 0.19% | 0.9% | - |
| XYZ | 66.57 | 70.51 | 56.56 | - |
| YUV | 217.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 186 | 0 | 0.05 | 0.19 | 0.10 | 43.64 | 0.47 | 0.82 |
| Hex | E6 | DA | BA | 0 | 5 | 13 | A | 2C | 2F | 52 |
| Octal | 346 | 332 | 272 | 0 | 5 | 23 | 12 | 54 | 57 | 122 |
| Binary | 11100110 | 11011010 | 10111010 | 0 | 101 | 10011 | 1010 | 101100 | 101111 | 1010010 |
Color Harmonies of #E6DABA
Complementary color
Monochromatic Colors of #E6DABA
Black with #E6DABA
Text Example
Text Example
White with #E6DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DABA; }
p { color: rgb(230,218,186); }
H1.HeaderClassName
{
color: #E6DABA;
}
.AnyTagClassName
{
color: #E6DABA;
}
</style>
background-color css
<style>
a { background-color: #E6DABA; }
a { background-color: rgb(230,218,186); }
div.DivClassName
{
background-color: #E6DABA;
}
.BgClassName
{
background-color: #E6DABA;
}
</style>
border-color css
<style>
span { border-color: #E6DABA; }
span { border-color: rgb(230,218,186); }
td.TdClassName
{
border-color: #E6DABA;
}
.TagClassName
{
border-color: #E6DABA;
}
</style>