Shades of Pearl Lusta #E9DEC7
Tints of Pearl Lusta #E9DEC7
RGB
CMYK
RGB Variations
Color information
#E9DEC7 (or 0xE9DEC7) is known color: Pearl Lusta. HEX triplet: E9, DE and C7. RGB value is (233,222,199). Sum of RGB (Red+Green+Blue) = 233+222+199=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEC7 is #162138. Grayscale: #DEDEDE. Windows color (decimal): -1450297 or 13098729. OLE color: 13098729.
HSL color Cylindrical-coordinate representation of color #E9DEC7: hue angle of 40.59º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9DEC7 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 199 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.09 |
| HSL | 40.59º | 0.44% | 0.85% | - |
| HSV(B) | 40.59º | 0.15% | 0.91% | - |
| XYZ | 70.03 | 73.69 | 64.57 | - |
| YUV | 222.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 199 | 0 | 0.05 | 0.15 | 0.09 | 40.59 | 0.44 | 0.85 |
| Hex | E9 | DE | C7 | 0 | 5 | F | 9 | 29 | 2C | 55 |
| Octal | 351 | 336 | 307 | 0 | 5 | 17 | 11 | 51 | 54 | 125 |
| Binary | 11101001 | 11011110 | 11000111 | 0 | 101 | 1111 | 1001 | 101001 | 101100 | 1010101 |
Color Harmonies of #E9DEC7
Complementary color
Monochromatic Colors of #E9DEC7
Black with #E9DEC7
Text Example
Text Example
White with #E9DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEC7; }
p { color: rgb(233,222,199); }
H1.HeaderClassName
{
color: #E9DEC7;
}
.AnyTagClassName
{
color: #E9DEC7;
}
</style>
background-color css
<style>
a { background-color: #E9DEC7; }
a { background-color: rgb(233,222,199); }
div.DivClassName
{
background-color: #E9DEC7;
}
.BgClassName
{
background-color: #E9DEC7;
}
</style>
border-color css
<style>
span { border-color: #E9DEC7; }
span { border-color: rgb(233,222,199); }
td.TdClassName
{
border-color: #E9DEC7;
}
.TagClassName
{
border-color: #E9DEC7;
}
</style>