Shades of Pearl Lusta #E9DEC8
Tints of Pearl Lusta #E9DEC8
RGB
CMYK
RGB Variations
Color information
#E9DEC8 (or 0xE9DEC8) is known color: Pearl Lusta. HEX triplet: E9, DE and C8. RGB value is (233,222,200). Sum of RGB (Red+Green+Blue) = 233+222+200=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEC8 is #162137. Grayscale: #DEDEDE. Windows color (decimal): -1450296 or 13164265. OLE color: 13164265.
HSL color Cylindrical-coordinate representation of color #E9DEC8: hue angle of 40º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9DEC8 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 200 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.09 |
| HSL | 40º | 0.43% | 0.85% | - |
| HSV(B) | 40º | 0.14% | 0.91% | - |
| XYZ | 70.15 | 73.74 | 65.18 | - |
| YUV | 222.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 200 | 0 | 0.05 | 0.14 | 0.09 | 40 | 0.43 | 0.85 |
| Hex | E9 | DE | C8 | 0 | 5 | E | 9 | 28 | 2B | 55 |
| Octal | 351 | 336 | 310 | 0 | 5 | 16 | 11 | 50 | 53 | 125 |
| Binary | 11101001 | 11011110 | 11001000 | 0 | 101 | 1110 | 1001 | 101000 | 101011 | 1010101 |
Color Harmonies of #E9DEC8
Complementary color
Monochromatic Colors of #E9DEC8
Black with #E9DEC8
Text Example
Text Example
White with #E9DEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEC8; }
p { color: rgb(233,222,200); }
H1.HeaderClassName
{
color: #E9DEC8;
}
.AnyTagClassName
{
color: #E9DEC8;
}
</style>
background-color css
<style>
a { background-color: #E9DEC8; }
a { background-color: rgb(233,222,200); }
div.DivClassName
{
background-color: #E9DEC8;
}
.BgClassName
{
background-color: #E9DEC8;
}
</style>
border-color css
<style>
span { border-color: #E9DEC8; }
span { border-color: rgb(233,222,200); }
td.TdClassName
{
border-color: #E9DEC8;
}
.TagClassName
{
border-color: #E9DEC8;
}
</style>