Html Css Color HEX #E5DBBE Double Pearl Lusta
📋 copy color: '#E5DBBE'red 229 ◦ green 219 ◦ blue 190
Shades of Double Pearl Lusta #E5DBBE
Tints of Double Pearl Lusta #E5DBBE
RGB
CMYK
RGB Variations
Color information
#E5DBBE (or 0xE5DBBE) is known color: Double Pearl Lusta. HEX triplet: E5, DB and BE. RGB value is (229,219,190). Sum of RGB (Red+Green+Blue) = 229+219+190=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBBE is #1A2441. Grayscale: #DADADA. Windows color (decimal): -1713218 or 12508133. OLE color: 12508133.
HSL color Cylindrical-coordinate representation of color #E5DBBE: hue angle of 44.62º degrees, saturation: 0.43, 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 #E5DBBE is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 190 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.10 |
| HSL | 44.62º | 0.43% | 0.82% | - |
| HSV(B) | 44.62º | 0.17% | 0.9% | - |
| XYZ | 66.94 | 71.04 | 58.9 | - |
| YUV | 218.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 190 | 0 | 0.04 | 0.17 | 0.10 | 44.62 | 0.43 | 0.82 |
| Hex | E5 | DB | BE | 0 | 4 | 11 | A | 2D | 2B | 52 |
| Octal | 345 | 333 | 276 | 0 | 4 | 21 | 12 | 55 | 53 | 122 |
| Binary | 11100101 | 11011011 | 10111110 | 0 | 100 | 10001 | 1010 | 101101 | 101011 | 1010010 |
Color Harmonies of #E5DBBE
Complementary color
Monochromatic Colors of #E5DBBE
Black with #E5DBBE
Text Example
Text Example
White with #E5DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBBE; }
p { color: rgb(229,219,190); }
H1.HeaderClassName
{
color: #E5DBBE;
}
.AnyTagClassName
{
color: #E5DBBE;
}
</style>
background-color css
<style>
a { background-color: #E5DBBE; }
a { background-color: rgb(229,219,190); }
div.DivClassName
{
background-color: #E5DBBE;
}
.BgClassName
{
background-color: #E5DBBE;
}
</style>
border-color css
<style>
span { border-color: #E5DBBE; }
span { border-color: rgb(229,219,190); }
td.TdClassName
{
border-color: #E5DBBE;
}
.TagClassName
{
border-color: #E5DBBE;
}
</style>