Html Css Color HEX #E9DEC0 Double Pearl Lusta
📋 copy color: '#E9DEC0'red 233 ◦ green 222 ◦ blue 192
Shades of Double Pearl Lusta #E9DEC0
Tints of Double Pearl Lusta #E9DEC0
RGB
CMYK
RGB Variations
Color information
#E9DEC0 (or 0xE9DEC0) is known color: Double Pearl Lusta. HEX triplet: E9, DE and C0. RGB value is (233,222,192). Sum of RGB (Red+Green+Blue) = 233+222+192=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEC0 is #16213F. Grayscale: #DEDEDE. Windows color (decimal): -1450304 or 12639977. OLE color: 12639977.
HSL color Cylindrical-coordinate representation of color #E9DEC0: hue angle of 43.9º 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 #E9DEC0 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 192 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.09 |
| HSL | 43.9º | 0.48% | 0.83% | - |
| HSV(B) | 43.9º | 0.18% | 0.91% | - |
| XYZ | 69.24 | 73.37 | 60.38 | - |
| YUV | 221.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 192 | 0 | 0.05 | 0.18 | 0.09 | 43.9 | 0.48 | 0.83 |
| Hex | E9 | DE | C0 | 0 | 5 | 12 | 9 | 2C | 30 | 53 |
| Octal | 351 | 336 | 300 | 0 | 5 | 22 | 11 | 54 | 60 | 123 |
| Binary | 11101001 | 11011110 | 11000000 | 0 | 101 | 10010 | 1001 | 101100 | 110000 | 1010011 |
Color Harmonies of #E9DEC0
Complementary color
Monochromatic Colors of #E9DEC0
Black with #E9DEC0
Text Example
Text Example
White with #E9DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEC0; }
p { color: rgb(233,222,192); }
H1.HeaderClassName
{
color: #E9DEC0;
}
.AnyTagClassName
{
color: #E9DEC0;
}
</style>
background-color css
<style>
a { background-color: #E9DEC0; }
a { background-color: rgb(233,222,192); }
div.DivClassName
{
background-color: #E9DEC0;
}
.BgClassName
{
background-color: #E9DEC0;
}
</style>
border-color css
<style>
span { border-color: #E9DEC0; }
span { border-color: rgb(233,222,192); }
td.TdClassName
{
border-color: #E9DEC0;
}
.TagClassName
{
border-color: #E9DEC0;
}
</style>