Shades of Pearl Lusta #E9DFC5
Tints of Pearl Lusta #E9DFC5
RGB
CMYK
RGB Variations
Color information
#E9DFC5 (or 0xE9DFC5) is known color: Pearl Lusta. HEX triplet: E9, DF and C5. RGB value is (233,223,197). Sum of RGB (Red+Green+Blue) = 233+223+197=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFC5 is #16203A. Grayscale: #DFDFDF. Windows color (decimal): -1450043 or 12967913. OLE color: 12967913.
HSL color Cylindrical-coordinate representation of color #E9DFC5: hue angle of 43.33º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9DFC5 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 197 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.09 |
| HSL | 43.33º | 0.45% | 0.84% | - |
| HSV(B) | 43.33º | 0.15% | 0.91% | - |
| XYZ | 70.07 | 74.13 | 63.44 | - |
| YUV | 223.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 197 | 0 | 0.04 | 0.15 | 0.09 | 43.33 | 0.45 | 0.84 |
| Hex | E9 | DF | C5 | 0 | 4 | F | 9 | 2B | 2D | 54 |
| Octal | 351 | 337 | 305 | 0 | 4 | 17 | 11 | 53 | 55 | 124 |
| Binary | 11101001 | 11011111 | 11000101 | 0 | 100 | 1111 | 1001 | 101011 | 101101 | 1010100 |
Color Harmonies of #E9DFC5
Complementary color
Monochromatic Colors of #E9DFC5
Black with #E9DFC5
Text Example
Text Example
White with #E9DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFC5; }
p { color: rgb(233,223,197); }
H1.HeaderClassName
{
color: #E9DFC5;
}
.AnyTagClassName
{
color: #E9DFC5;
}
</style>
background-color css
<style>
a { background-color: #E9DFC5; }
a { background-color: rgb(233,223,197); }
div.DivClassName
{
background-color: #E9DFC5;
}
.BgClassName
{
background-color: #E9DFC5;
}
</style>
border-color css
<style>
span { border-color: #E9DFC5; }
span { border-color: rgb(233,223,197); }
td.TdClassName
{
border-color: #E9DFC5;
}
.TagClassName
{
border-color: #E9DFC5;
}
</style>