Html Css Color HEX #E9DDC1 Double Pearl Lusta
📋 copy color: '#E9DDC1'red 233 ◦ green 221 ◦ blue 193
Shades of Double Pearl Lusta #E9DDC1
Tints of Double Pearl Lusta #E9DDC1
RGB
CMYK
RGB Variations
Color information
#E9DDC1 (or 0xE9DDC1) is known color: Double Pearl Lusta. HEX triplet: E9, DD and C1. RGB value is (233,221,193). Sum of RGB (Red+Green+Blue) = 233+221+193=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDC1 is #16223E. Grayscale: #DDDDDD. Windows color (decimal): -1450559 or 12705257. OLE color: 12705257.
HSL color Cylindrical-coordinate representation of color #E9DDC1: hue angle of 42º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E9DDC1 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 193 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.09 |
| HSL | 42º | 0.48% | 0.84% | - |
| HSV(B) | 42º | 0.17% | 0.91% | - |
| XYZ | 69.09 | 72.89 | 60.88 | - |
| YUV | 221.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 193 | 0 | 0.05 | 0.17 | 0.09 | 42 | 0.48 | 0.84 |
| Hex | E9 | DD | C1 | 0 | 5 | 11 | 9 | 2A | 30 | 54 |
| Octal | 351 | 335 | 301 | 0 | 5 | 21 | 11 | 52 | 60 | 124 |
| Binary | 11101001 | 11011101 | 11000001 | 0 | 101 | 10001 | 1001 | 101010 | 110000 | 1010100 |
Color Harmonies of #E9DDC1
Complementary color
Monochromatic Colors of #E9DDC1
Black with #E9DDC1
Text Example
Text Example
White with #E9DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDC1; }
p { color: rgb(233,221,193); }
H1.HeaderClassName
{
color: #E9DDC1;
}
.AnyTagClassName
{
color: #E9DDC1;
}
</style>
background-color css
<style>
a { background-color: #E9DDC1; }
a { background-color: rgb(233,221,193); }
div.DivClassName
{
background-color: #E9DDC1;
}
.BgClassName
{
background-color: #E9DDC1;
}
</style>
border-color css
<style>
span { border-color: #E9DDC1; }
span { border-color: rgb(233,221,193); }
td.TdClassName
{
border-color: #E9DDC1;
}
.TagClassName
{
border-color: #E9DDC1;
}
</style>