Shades of Pearl Lusta #E9DEC5
Tints of Pearl Lusta #E9DEC5
RGB
CMYK
RGB Variations
Color information
#E9DEC5 (or 0xE9DEC5) is known color: Pearl Lusta. HEX triplet: E9, DE and C5. RGB value is (233,222,197). Sum of RGB (Red+Green+Blue) = 233+222+197=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEC5 is #16213A. Grayscale: #DEDEDE. Windows color (decimal): -1450299 or 12967657. OLE color: 12967657.
HSL color Cylindrical-coordinate representation of color #E9DEC5: hue angle of 41.67º 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 #E9DEC5 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 197 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.09 |
| HSL | 41.67º | 0.45% | 0.84% | - |
| HSV(B) | 41.67º | 0.15% | 0.91% | - |
| XYZ | 69.8 | 73.6 | 63.35 | - |
| YUV | 222.44 | 113.64 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 197 | 0 | 0.05 | 0.15 | 0.09 | 41.67 | 0.45 | 0.84 |
| Hex | E9 | DE | C5 | 0 | 5 | F | 9 | 2A | 2D | 54 |
| Octal | 351 | 336 | 305 | 0 | 5 | 17 | 11 | 52 | 55 | 124 |
| Binary | 11101001 | 11011110 | 11000101 | 0 | 101 | 1111 | 1001 | 101010 | 101101 | 1010100 |
Color Harmonies of #E9DEC5
Complementary color
Monochromatic Colors of #E9DEC5
Black with #E9DEC5
Text Example
Text Example
White with #E9DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEC5; }
p { color: rgb(233,222,197); }
H1.HeaderClassName
{
color: #E9DEC5;
}
.AnyTagClassName
{
color: #E9DEC5;
}
</style>
background-color css
<style>
a { background-color: #E9DEC5; }
a { background-color: rgb(233,222,197); }
div.DivClassName
{
background-color: #E9DEC5;
}
.BgClassName
{
background-color: #E9DEC5;
}
</style>
border-color css
<style>
span { border-color: #E9DEC5; }
span { border-color: rgb(233,222,197); }
td.TdClassName
{
border-color: #E9DEC5;
}
.TagClassName
{
border-color: #E9DEC5;
}
</style>