Shades of Pearl Lusta #E8E0CC
Tints of Pearl Lusta #E8E0CC
RGB
CMYK
RGB Variations
Color information
#E8E0CC (or 0xE8E0CC) is known color: Pearl Lusta. HEX triplet: E8, E0 and CC. RGB value is (232,224,204). Sum of RGB (Red+Green+Blue) = 232+224+204=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E0CC is #171F33. Grayscale: #E0E0E0. Windows color (decimal): -1515316 or 13426920. OLE color: 13426920.
HSL color Cylindrical-coordinate representation of color #E8E0CC: hue angle of 42.86º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8E0CC is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 204 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.09 |
| HSL | 42.86º | 0.38% | 0.85% | - |
| HSV(B) | 42.86º | 0.12% | 0.91% | - |
| XYZ | 70.83 | 74.83 | 67.84 | - |
| YUV | 224.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 204 | 0 | 0.03 | 0.12 | 0.09 | 42.86 | 0.38 | 0.85 |
| Hex | E8 | E0 | CC | 0 | 3 | C | 9 | 2B | 26 | 55 |
| Octal | 350 | 340 | 314 | 0 | 3 | 14 | 11 | 53 | 46 | 125 |
| Binary | 11101000 | 11100000 | 11001100 | 0 | 11 | 1100 | 1001 | 101011 | 100110 | 1010101 |
Color Harmonies of #E8E0CC
Complementary color
Monochromatic Colors of #E8E0CC
Black with #E8E0CC
Text Example
Text Example
White with #E8E0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E0CC; }
p { color: rgb(232,224,204); }
H1.HeaderClassName
{
color: #E8E0CC;
}
.AnyTagClassName
{
color: #E8E0CC;
}
</style>
background-color css
<style>
a { background-color: #E8E0CC; }
a { background-color: rgb(232,224,204); }
div.DivClassName
{
background-color: #E8E0CC;
}
.BgClassName
{
background-color: #E8E0CC;
}
</style>
border-color css
<style>
span { border-color: #E8E0CC; }
span { border-color: rgb(232,224,204); }
td.TdClassName
{
border-color: #E8E0CC;
}
.TagClassName
{
border-color: #E8E0CC;
}
</style>