Html Css Color HEX #E9DCB5 Double Pearl Lusta
📋 copy color: '#E9DCB5'red 233 ◦ green 220 ◦ blue 181
Shades of Double Pearl Lusta #E9DCB5
Tints of Double Pearl Lusta #E9DCB5
RGB
CMYK
RGB Variations
Color information
#E9DCB5 (or 0xE9DCB5) is known color: Double Pearl Lusta. HEX triplet: E9, DC and B5. RGB value is (233,220,181). Sum of RGB (Red+Green+Blue) = 233+220+181=634 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.75% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCB5 is #16234A. Grayscale: #DBDBDB. Windows color (decimal): -1450827 or 11918569. OLE color: 11918569.
HSL color Cylindrical-coordinate representation of color #E9DCB5: hue angle of 45º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9DCB5 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 181 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.09 |
| HSL | 45º | 0.54% | 0.81% | - |
| HSV(B) | 45º | 0.22% | 0.91% | - |
| XYZ | 67.54 | 71.85 | 54.02 | - |
| YUV | 219.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 181 | 0 | 0.06 | 0.22 | 0.09 | 45 | 0.54 | 0.81 |
| Hex | E9 | DC | B5 | 0 | 6 | 16 | 9 | 2D | 36 | 51 |
| Octal | 351 | 334 | 265 | 0 | 6 | 26 | 11 | 55 | 66 | 121 |
| Binary | 11101001 | 11011100 | 10110101 | 0 | 110 | 10110 | 1001 | 101101 | 110110 | 1010001 |
Color Harmonies of #E9DCB5
Complementary color
Monochromatic Colors of #E9DCB5
Black with #E9DCB5
Text Example
Text Example
White with #E9DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCB5; }
p { color: rgb(233,220,181); }
H1.HeaderClassName
{
color: #E9DCB5;
}
.AnyTagClassName
{
color: #E9DCB5;
}
</style>
background-color css
<style>
a { background-color: #E9DCB5; }
a { background-color: rgb(233,220,181); }
div.DivClassName
{
background-color: #E9DCB5;
}
.BgClassName
{
background-color: #E9DCB5;
}
</style>
border-color css
<style>
span { border-color: #E9DCB5; }
span { border-color: rgb(233,220,181); }
td.TdClassName
{
border-color: #E9DCB5;
}
.TagClassName
{
border-color: #E9DCB5;
}
</style>