Shades of Pearl Lusta #E8E0C8
Tints of Pearl Lusta #E8E0C8
RGB
CMYK
RGB Variations
Color information
#E8E0C8 (or 0xE8E0C8) is known color: Pearl Lusta. HEX triplet: E8, E0 and C8. RGB value is (232,224,200). Sum of RGB (Red+Green+Blue) = 232+224+200=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E0C8 is #171F37. Grayscale: #DFDFDF. Windows color (decimal): -1515320 or 13164776. OLE color: 13164776.
HSL color Cylindrical-coordinate representation of color #E8E0C8: hue angle of 45º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8E0C8 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 200 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.09 |
| HSL | 45º | 0.41% | 0.85% | - |
| HSV(B) | 45º | 0.14% | 0.91% | - |
| XYZ | 70.36 | 74.64 | 65.34 | - |
| YUV | 223.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 200 | 0 | 0.03 | 0.14 | 0.09 | 45 | 0.41 | 0.85 |
| Hex | E8 | E0 | C8 | 0 | 3 | E | 9 | 2D | 29 | 55 |
| Octal | 350 | 340 | 310 | 0 | 3 | 16 | 11 | 55 | 51 | 125 |
| Binary | 11101000 | 11100000 | 11001000 | 0 | 11 | 1110 | 1001 | 101101 | 101001 | 1010101 |
Color Harmonies of #E8E0C8
Complementary color
Monochromatic Colors of #E8E0C8
Black with #E8E0C8
Text Example
Text Example
White with #E8E0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E0C8; }
p { color: rgb(232,224,200); }
H1.HeaderClassName
{
color: #E8E0C8;
}
.AnyTagClassName
{
color: #E8E0C8;
}
</style>
background-color css
<style>
a { background-color: #E8E0C8; }
a { background-color: rgb(232,224,200); }
div.DivClassName
{
background-color: #E8E0C8;
}
.BgClassName
{
background-color: #E8E0C8;
}
</style>
border-color css
<style>
span { border-color: #E8E0C8; }
span { border-color: rgb(232,224,200); }
td.TdClassName
{
border-color: #E8E0C8;
}
.TagClassName
{
border-color: #E8E0C8;
}
</style>