Shades of Pearl Lusta #E9DFC4
Tints of Pearl Lusta #E9DFC4
RGB
CMYK
RGB Variations
Color information
#E9DFC4 (or 0xE9DFC4) is known color: Pearl Lusta. HEX triplet: E9, DF and C4. RGB value is (233,223,196). Sum of RGB (Red+Green+Blue) = 233+223+196=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFC4 is #16203B. Grayscale: #DFDFDF. Windows color (decimal): -1450044 or 12902377. OLE color: 12902377.
HSL color Cylindrical-coordinate representation of color #E9DFC4: hue angle of 43.78º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9DFC4 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 196 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.09 |
| HSL | 43.78º | 0.46% | 0.84% | - |
| HSV(B) | 43.78º | 0.16% | 0.91% | - |
| XYZ | 69.96 | 74.08 | 62.84 | - |
| YUV | 222.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 196 | 0 | 0.04 | 0.16 | 0.09 | 43.78 | 0.46 | 0.84 |
| Hex | E9 | DF | C4 | 0 | 4 | 10 | 9 | 2C | 2E | 54 |
| Octal | 351 | 337 | 304 | 0 | 4 | 20 | 11 | 54 | 56 | 124 |
| Binary | 11101001 | 11011111 | 11000100 | 0 | 100 | 10000 | 1001 | 101100 | 101110 | 1010100 |
Color Harmonies of #E9DFC4
Complementary color
Monochromatic Colors of #E9DFC4
Black with #E9DFC4
Text Example
Text Example
White with #E9DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFC4; }
p { color: rgb(233,223,196); }
H1.HeaderClassName
{
color: #E9DFC4;
}
.AnyTagClassName
{
color: #E9DFC4;
}
</style>
background-color css
<style>
a { background-color: #E9DFC4; }
a { background-color: rgb(233,223,196); }
div.DivClassName
{
background-color: #E9DFC4;
}
.BgClassName
{
background-color: #E9DFC4;
}
</style>
border-color css
<style>
span { border-color: #E9DFC4; }
span { border-color: rgb(233,223,196); }
td.TdClassName
{
border-color: #E9DFC4;
}
.TagClassName
{
border-color: #E9DFC4;
}
</style>