Html Css Color HEX #E9DCB7 Double Pearl Lusta
📋 copy color: '#E9DCB7'red 233 ◦ green 220 ◦ blue 183
Shades of Double Pearl Lusta #E9DCB7
Tints of Double Pearl Lusta #E9DCB7
RGB
CMYK
RGB Variations
Color information
#E9DCB7 (or 0xE9DCB7) is known color: Double Pearl Lusta. HEX triplet: E9, DC and B7. RGB value is (233,220,183). Sum of RGB (Red+Green+Blue) = 233+220+183=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 183 (71.88% from 255 or 28.77% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCB7 is #162348. Grayscale: #DBDBDB. Windows color (decimal): -1450825 or 12049641. OLE color: 12049641.
HSL color Cylindrical-coordinate representation of color #E9DCB7: hue angle of 44.4º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9DCB7 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 183 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.09 |
| HSL | 44.4º | 0.53% | 0.82% | - |
| HSV(B) | 44.4º | 0.21% | 0.91% | - |
| XYZ | 67.74 | 71.93 | 55.11 | - |
| YUV | 219.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 183 | 0 | 0.06 | 0.21 | 0.09 | 44.4 | 0.53 | 0.82 |
| Hex | E9 | DC | B7 | 0 | 6 | 15 | 9 | 2C | 35 | 52 |
| Octal | 351 | 334 | 267 | 0 | 6 | 25 | 11 | 54 | 65 | 122 |
| Binary | 11101001 | 11011100 | 10110111 | 0 | 110 | 10101 | 1001 | 101100 | 110101 | 1010010 |
Color Harmonies of #E9DCB7
Complementary color
Monochromatic Colors of #E9DCB7
Black with #E9DCB7
Text Example
Text Example
White with #E9DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCB7; }
p { color: rgb(233,220,183); }
H1.HeaderClassName
{
color: #E9DCB7;
}
.AnyTagClassName
{
color: #E9DCB7;
}
</style>
background-color css
<style>
a { background-color: #E9DCB7; }
a { background-color: rgb(233,220,183); }
div.DivClassName
{
background-color: #E9DCB7;
}
.BgClassName
{
background-color: #E9DCB7;
}
</style>
border-color css
<style>
span { border-color: #E9DCB7; }
span { border-color: rgb(233,220,183); }
td.TdClassName
{
border-color: #E9DCB7;
}
.TagClassName
{
border-color: #E9DCB7;
}
</style>