Shades of Pearl Lusta #E9DFC8
Tints of Pearl Lusta #E9DFC8
RGB
CMYK
RGB Variations
Color information
#E9DFC8 (or 0xE9DFC8) is known color: Pearl Lusta. HEX triplet: E9, DF and C8. RGB value is (233,223,200). Sum of RGB (Red+Green+Blue) = 233+223+200=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFC8 is #162037. Grayscale: #DFDFDF. Windows color (decimal): -1450040 or 13164521. OLE color: 13164521.
HSL color Cylindrical-coordinate representation of color #E9DFC8: hue angle of 41.82º 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 #E9DFC8 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 200 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.09 |
| HSL | 41.82º | 0.43% | 0.85% | - |
| HSV(B) | 41.82º | 0.14% | 0.91% | - |
| XYZ | 70.42 | 74.27 | 65.27 | - |
| YUV | 223.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 200 | 0 | 0.04 | 0.14 | 0.09 | 41.82 | 0.43 | 0.85 |
| Hex | E9 | DF | C8 | 0 | 4 | E | 9 | 2A | 2B | 55 |
| Octal | 351 | 337 | 310 | 0 | 4 | 16 | 11 | 52 | 53 | 125 |
| Binary | 11101001 | 11011111 | 11001000 | 0 | 100 | 1110 | 1001 | 101010 | 101011 | 1010101 |
Color Harmonies of #E9DFC8
Complementary color
Monochromatic Colors of #E9DFC8
Black with #E9DFC8
Text Example
Text Example
White with #E9DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFC8; }
p { color: rgb(233,223,200); }
H1.HeaderClassName
{
color: #E9DFC8;
}
.AnyTagClassName
{
color: #E9DFC8;
}
</style>
background-color css
<style>
a { background-color: #E9DFC8; }
a { background-color: rgb(233,223,200); }
div.DivClassName
{
background-color: #E9DFC8;
}
.BgClassName
{
background-color: #E9DFC8;
}
</style>
border-color css
<style>
span { border-color: #E9DFC8; }
span { border-color: rgb(233,223,200); }
td.TdClassName
{
border-color: #E9DFC8;
}
.TagClassName
{
border-color: #E9DFC8;
}
</style>