Html Css Color HEX #E9DCB6 Double Pearl Lusta
📋 copy color: '#E9DCB6'red 233 ◦ green 220 ◦ blue 182
Shades of Double Pearl Lusta #E9DCB6
Tints of Double Pearl Lusta #E9DCB6
RGB
CMYK
RGB Variations
Color information
#E9DCB6 (or 0xE9DCB6) is known color: Double Pearl Lusta. HEX triplet: E9, DC and B6. RGB value is (233,220,182). Sum of RGB (Red+Green+Blue) = 233+220+182=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCB6 is #162349. Grayscale: #DBDBDB. Windows color (decimal): -1450826 or 11984105. OLE color: 11984105.
HSL color Cylindrical-coordinate representation of color #E9DCB6: hue angle of 44.71º 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 #E9DCB6 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 182 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.09 |
| HSL | 44.71º | 0.54% | 0.81% | - |
| HSV(B) | 44.71º | 0.22% | 0.91% | - |
| XYZ | 67.64 | 71.89 | 54.57 | - |
| YUV | 219.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 182 | 0 | 0.06 | 0.22 | 0.09 | 44.71 | 0.54 | 0.81 |
| Hex | E9 | DC | B6 | 0 | 6 | 16 | 9 | 2D | 36 | 51 |
| Octal | 351 | 334 | 266 | 0 | 6 | 26 | 11 | 55 | 66 | 121 |
| Binary | 11101001 | 11011100 | 10110110 | 0 | 110 | 10110 | 1001 | 101101 | 110110 | 1010001 |
Color Harmonies of #E9DCB6
Complementary color
Monochromatic Colors of #E9DCB6
Black with #E9DCB6
Text Example
Text Example
White with #E9DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCB6; }
p { color: rgb(233,220,182); }
H1.HeaderClassName
{
color: #E9DCB6;
}
.AnyTagClassName
{
color: #E9DCB6;
}
</style>
background-color css
<style>
a { background-color: #E9DCB6; }
a { background-color: rgb(233,220,182); }
div.DivClassName
{
background-color: #E9DCB6;
}
.BgClassName
{
background-color: #E9DCB6;
}
</style>
border-color css
<style>
span { border-color: #E9DCB6; }
span { border-color: rgb(233,220,182); }
td.TdClassName
{
border-color: #E9DCB6;
}
.TagClassName
{
border-color: #E9DCB6;
}
</style>