Shades of Pearl Lusta #E8E0C6
Tints of Pearl Lusta #E8E0C6
RGB
CMYK
RGB Variations
Color information
#E8E0C6 (or 0xE8E0C6) is known color: Pearl Lusta. HEX triplet: E8, E0 and C6. RGB value is (232,224,198). Sum of RGB (Red+Green+Blue) = 232+224+198=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E0C6 is #171F39. Grayscale: #DFDFDF. Windows color (decimal): -1515322 or 13033704. OLE color: 13033704.
HSL color Cylindrical-coordinate representation of color #E8E0C6: hue angle of 45.88º 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 #E8E0C6 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 198 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.09 |
| HSL | 45.88º | 0.43% | 0.84% | - |
| HSV(B) | 45.88º | 0.15% | 0.91% | - |
| XYZ | 70.13 | 74.54 | 64.12 | - |
| YUV | 223.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 198 | 0 | 0.03 | 0.15 | 0.09 | 45.88 | 0.43 | 0.84 |
| Hex | E8 | E0 | C6 | 0 | 3 | F | 9 | 2E | 2A | 54 |
| Octal | 350 | 340 | 306 | 0 | 3 | 17 | 11 | 56 | 52 | 124 |
| Binary | 11101000 | 11100000 | 11000110 | 0 | 11 | 1111 | 1001 | 101110 | 101010 | 1010100 |
Color Harmonies of #E8E0C6
Complementary color
Monochromatic Colors of #E8E0C6
Black with #E8E0C6
Text Example
Text Example
White with #E8E0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E0C6; }
p { color: rgb(232,224,198); }
H1.HeaderClassName
{
color: #E8E0C6;
}
.AnyTagClassName
{
color: #E8E0C6;
}
</style>
background-color css
<style>
a { background-color: #E8E0C6; }
a { background-color: rgb(232,224,198); }
div.DivClassName
{
background-color: #E8E0C6;
}
.BgClassName
{
background-color: #E8E0C6;
}
</style>
border-color css
<style>
span { border-color: #E8E0C6; }
span { border-color: rgb(232,224,198); }
td.TdClassName
{
border-color: #E8E0C6;
}
.TagClassName
{
border-color: #E8E0C6;
}
</style>