Html Css Color HEX #E6DBBA Double Pearl Lusta
📋 copy color: '#E6DBBA'red 230 ◦ green 219 ◦ blue 186
Shades of Double Pearl Lusta #E6DBBA
Tints of Double Pearl Lusta #E6DBBA
RGB
CMYK
RGB Variations
Color information
#E6DBBA (or 0xE6DBBA) is known color: Double Pearl Lusta. HEX triplet: E6, DB and BA. RGB value is (230,219,186). Sum of RGB (Red+Green+Blue) = 230+219+186=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBBA is #192445. Grayscale: #DADADA. Windows color (decimal): -1647686 or 12245990. OLE color: 12245990.
HSL color Cylindrical-coordinate representation of color #E6DBBA: hue angle of 45º 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 #E6DBBA is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 186 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.10 |
| HSL | 45º | 0.47% | 0.82% | - |
| HSV(B) | 45º | 0.19% | 0.9% | - |
| XYZ | 66.83 | 71.03 | 56.64 | - |
| YUV | 218.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 186 | 0 | 0.05 | 0.19 | 0.10 | 45 | 0.47 | 0.82 |
| Hex | E6 | DB | BA | 0 | 5 | 13 | A | 2D | 2F | 52 |
| Octal | 346 | 333 | 272 | 0 | 5 | 23 | 12 | 55 | 57 | 122 |
| Binary | 11100110 | 11011011 | 10111010 | 0 | 101 | 10011 | 1010 | 101101 | 101111 | 1010010 |
Color Harmonies of #E6DBBA
Complementary color
Monochromatic Colors of #E6DBBA
Black with #E6DBBA
Text Example
Text Example
White with #E6DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBBA; }
p { color: rgb(230,219,186); }
H1.HeaderClassName
{
color: #E6DBBA;
}
.AnyTagClassName
{
color: #E6DBBA;
}
</style>
background-color css
<style>
a { background-color: #E6DBBA; }
a { background-color: rgb(230,219,186); }
div.DivClassName
{
background-color: #E6DBBA;
}
.BgClassName
{
background-color: #E6DBBA;
}
</style>
border-color css
<style>
span { border-color: #E6DBBA; }
span { border-color: rgb(230,219,186); }
td.TdClassName
{
border-color: #E6DBBA;
}
.TagClassName
{
border-color: #E6DBBA;
}
</style>