Html Css Color HEX #E9DBBA Double Pearl Lusta
📋 copy color: '#E9DBBA'red 233 ◦ green 219 ◦ blue 186
Shades of Double Pearl Lusta #E9DBBA
Tints of Double Pearl Lusta #E9DBBA
RGB
CMYK
RGB Variations
Color information
#E9DBBA (or 0xE9DBBA) is known color: Double Pearl Lusta. HEX triplet: E9, DB and BA. RGB value is (233,219,186). Sum of RGB (Red+Green+Blue) = 233+219+186=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBBA is #162445. Grayscale: #DBDBDB. Windows color (decimal): -1451078 or 12245993. OLE color: 12245993.
HSL color Cylindrical-coordinate representation of color #E9DBBA: hue angle of 42.13º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9DBBA is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 186 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.09 |
| HSL | 42.13º | 0.52% | 0.82% | - |
| HSV(B) | 42.13º | 0.2% | 0.91% | - |
| XYZ | 67.8 | 71.53 | 56.69 | - |
| YUV | 219.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 186 | 0 | 0.06 | 0.20 | 0.09 | 42.13 | 0.52 | 0.82 |
| Hex | E9 | DB | BA | 0 | 6 | 14 | 9 | 2A | 34 | 52 |
| Octal | 351 | 333 | 272 | 0 | 6 | 24 | 11 | 52 | 64 | 122 |
| Binary | 11101001 | 11011011 | 10111010 | 0 | 110 | 10100 | 1001 | 101010 | 110100 | 1010010 |
Color Harmonies of #E9DBBA
Complementary color
Monochromatic Colors of #E9DBBA
Black with #E9DBBA
Text Example
Text Example
White with #E9DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBBA; }
p { color: rgb(233,219,186); }
H1.HeaderClassName
{
color: #E9DBBA;
}
.AnyTagClassName
{
color: #E9DBBA;
}
</style>
background-color css
<style>
a { background-color: #E9DBBA; }
a { background-color: rgb(233,219,186); }
div.DivClassName
{
background-color: #E9DBBA;
}
.BgClassName
{
background-color: #E9DBBA;
}
</style>
border-color css
<style>
span { border-color: #E9DBBA; }
span { border-color: rgb(233,219,186); }
td.TdClassName
{
border-color: #E9DBBA;
}
.TagClassName
{
border-color: #E9DBBA;
}
</style>