Html Css Color HEX #E9DDBD Double Pearl Lusta
📋 copy color: '#E9DDBD'red 233 ◦ green 221 ◦ blue 189
Shades of Double Pearl Lusta #E9DDBD
Tints of Double Pearl Lusta #E9DDBD
RGB
CMYK
RGB Variations
Color information
#E9DDBD (or 0xE9DDBD) is known color: Double Pearl Lusta. HEX triplet: E9, DD and BD. RGB value is (233,221,189). Sum of RGB (Red+Green+Blue) = 233+221+189=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDBD is #162242. Grayscale: #DDDDDD. Windows color (decimal): -1450563 or 12443113. OLE color: 12443113.
HSL color Cylindrical-coordinate representation of color #E9DDBD: hue angle of 43.64º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9DDBD is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 189 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.09 |
| HSL | 43.64º | 0.5% | 0.83% | - |
| HSV(B) | 43.64º | 0.19% | 0.91% | - |
| XYZ | 68.65 | 72.71 | 58.56 | - |
| YUV | 220.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 189 | 0 | 0.05 | 0.19 | 0.09 | 43.64 | 0.5 | 0.83 |
| Hex | E9 | DD | BD | 0 | 5 | 13 | 9 | 2C | 32 | 53 |
| Octal | 351 | 335 | 275 | 0 | 5 | 23 | 11 | 54 | 62 | 123 |
| Binary | 11101001 | 11011101 | 10111101 | 0 | 101 | 10011 | 1001 | 101100 | 110010 | 1010011 |
Color Harmonies of #E9DDBD
Complementary color
Monochromatic Colors of #E9DDBD
Black with #E9DDBD
Text Example
Text Example
White with #E9DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDBD; }
p { color: rgb(233,221,189); }
H1.HeaderClassName
{
color: #E9DDBD;
}
.AnyTagClassName
{
color: #E9DDBD;
}
</style>
background-color css
<style>
a { background-color: #E9DDBD; }
a { background-color: rgb(233,221,189); }
div.DivClassName
{
background-color: #E9DDBD;
}
.BgClassName
{
background-color: #E9DDBD;
}
</style>
border-color css
<style>
span { border-color: #E9DDBD; }
span { border-color: rgb(233,221,189); }
td.TdClassName
{
border-color: #E9DDBD;
}
.TagClassName
{
border-color: #E9DDBD;
}
</style>