Html Css Color HEX #E9DDBC Double Pearl Lusta
📋 copy color: '#E9DDBC'red 233 ◦ green 221 ◦ blue 188
Shades of Double Pearl Lusta #E9DDBC
Tints of Double Pearl Lusta #E9DDBC
RGB
CMYK
RGB Variations
Color information
#E9DDBC (or 0xE9DDBC) is known color: Double Pearl Lusta. HEX triplet: E9, DD and BC. RGB value is (233,221,188). Sum of RGB (Red+Green+Blue) = 233+221+188=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDBC is #162243. Grayscale: #DCDCDC. Windows color (decimal): -1450564 or 12377577. OLE color: 12377577.
HSL color Cylindrical-coordinate representation of color #E9DDBC: hue angle of 44º degrees, saturation: 0.51, 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 #E9DDBC is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 188 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.09 |
| HSL | 44º | 0.51% | 0.83% | - |
| HSV(B) | 44º | 0.19% | 0.91% | - |
| XYZ | 68.54 | 72.67 | 57.99 | - |
| YUV | 220.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 188 | 0 | 0.05 | 0.19 | 0.09 | 44 | 0.51 | 0.83 |
| Hex | E9 | DD | BC | 0 | 5 | 13 | 9 | 2C | 33 | 53 |
| Octal | 351 | 335 | 274 | 0 | 5 | 23 | 11 | 54 | 63 | 123 |
| Binary | 11101001 | 11011101 | 10111100 | 0 | 101 | 10011 | 1001 | 101100 | 110011 | 1010011 |
Color Harmonies of #E9DDBC
Complementary color
Monochromatic Colors of #E9DDBC
Black with #E9DDBC
Text Example
Text Example
White with #E9DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDBC; }
p { color: rgb(233,221,188); }
H1.HeaderClassName
{
color: #E9DDBC;
}
.AnyTagClassName
{
color: #E9DDBC;
}
</style>
background-color css
<style>
a { background-color: #E9DDBC; }
a { background-color: rgb(233,221,188); }
div.DivClassName
{
background-color: #E9DDBC;
}
.BgClassName
{
background-color: #E9DDBC;
}
</style>
border-color css
<style>
span { border-color: #E9DDBC; }
span { border-color: rgb(233,221,188); }
td.TdClassName
{
border-color: #E9DDBC;
}
.TagClassName
{
border-color: #E9DDBC;
}
</style>