Html Css Color HEX #E9DDC0 Double Pearl Lusta
📋 copy color: '#E9DDC0'red 233 ◦ green 221 ◦ blue 192
Shades of Double Pearl Lusta #E9DDC0
Tints of Double Pearl Lusta #E9DDC0
RGB
CMYK
RGB Variations
Color information
#E9DDC0 (or 0xE9DDC0) is known color: Double Pearl Lusta. HEX triplet: E9, DD and C0. RGB value is (233,221,192). Sum of RGB (Red+Green+Blue) = 233+221+192=646 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.07% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDC0 is #16223F. Grayscale: #DDDDDD. Windows color (decimal): -1450560 or 12639721. OLE color: 12639721.
HSL color Cylindrical-coordinate representation of color #E9DDC0: hue angle of 42.44º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9DDC0 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 192 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.09 |
| HSL | 42.44º | 0.48% | 0.83% | - |
| HSV(B) | 42.44º | 0.18% | 0.91% | - |
| XYZ | 68.98 | 72.84 | 60.29 | - |
| YUV | 221.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 192 | 0 | 0.05 | 0.18 | 0.09 | 42.44 | 0.48 | 0.83 |
| Hex | E9 | DD | C0 | 0 | 5 | 12 | 9 | 2A | 30 | 53 |
| Octal | 351 | 335 | 300 | 0 | 5 | 22 | 11 | 52 | 60 | 123 |
| Binary | 11101001 | 11011101 | 11000000 | 0 | 101 | 10010 | 1001 | 101010 | 110000 | 1010011 |
Color Harmonies of #E9DDC0
Complementary color
Monochromatic Colors of #E9DDC0
Black with #E9DDC0
Text Example
Text Example
White with #E9DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDC0; }
p { color: rgb(233,221,192); }
H1.HeaderClassName
{
color: #E9DDC0;
}
.AnyTagClassName
{
color: #E9DDC0;
}
</style>
background-color css
<style>
a { background-color: #E9DDC0; }
a { background-color: rgb(233,221,192); }
div.DivClassName
{
background-color: #E9DDC0;
}
.BgClassName
{
background-color: #E9DDC0;
}
</style>
border-color css
<style>
span { border-color: #E9DDC0; }
span { border-color: rgb(233,221,192); }
td.TdClassName
{
border-color: #E9DDC0;
}
.TagClassName
{
border-color: #E9DDC0;
}
</style>