Shades of Pearl Lusta #E8E0C5
Tints of Pearl Lusta #E8E0C5
RGB
CMYK
RGB Variations
Color information
#E8E0C5 (or 0xE8E0C5) is known color: Pearl Lusta. HEX triplet: E8, E0 and C5. RGB value is (232,224,197). Sum of RGB (Red+Green+Blue) = 232+224+197=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E0C5 is #171F3A. Grayscale: #DFDFDF. Windows color (decimal): -1515323 or 12968168. OLE color: 12968168.
HSL color Cylindrical-coordinate representation of color #E8E0C5: hue angle of 46.29º degrees, saturation: 0.43, 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 #E8E0C5 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 197 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.09 |
| HSL | 46.29º | 0.43% | 0.84% | - |
| HSV(B) | 46.29º | 0.15% | 0.91% | - |
| XYZ | 70.01 | 74.5 | 63.51 | - |
| YUV | 223.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 197 | 0 | 0.03 | 0.15 | 0.09 | 46.29 | 0.43 | 0.84 |
| Hex | E8 | E0 | C5 | 0 | 3 | F | 9 | 2E | 2B | 54 |
| Octal | 350 | 340 | 305 | 0 | 3 | 17 | 11 | 56 | 53 | 124 |
| Binary | 11101000 | 11100000 | 11000101 | 0 | 11 | 1111 | 1001 | 101110 | 101011 | 1010100 |
Color Harmonies of #E8E0C5
Complementary color
Monochromatic Colors of #E8E0C5
Black with #E8E0C5
Text Example
Text Example
White with #E8E0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E0C5; }
p { color: rgb(232,224,197); }
H1.HeaderClassName
{
color: #E8E0C5;
}
.AnyTagClassName
{
color: #E8E0C5;
}
</style>
background-color css
<style>
a { background-color: #E8E0C5; }
a { background-color: rgb(232,224,197); }
div.DivClassName
{
background-color: #E8E0C5;
}
.BgClassName
{
background-color: #E8E0C5;
}
</style>
border-color css
<style>
span { border-color: #E8E0C5; }
span { border-color: rgb(232,224,197); }
td.TdClassName
{
border-color: #E8E0C5;
}
.TagClassName
{
border-color: #E8E0C5;
}
</style>