Shades of Pearl Lusta #E8DFC6
Tints of Pearl Lusta #E8DFC6
RGB
CMYK
RGB Variations
Color information
#E8DFC6 (or 0xE8DFC6) is known color: Pearl Lusta. HEX triplet: E8, DF and C6. RGB value is (232,223,198). Sum of RGB (Red+Green+Blue) = 232+223+198=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFC6 is #172039. Grayscale: #DEDEDE. Windows color (decimal): -1515578 or 13033448. OLE color: 13033448.
HSL color Cylindrical-coordinate representation of color #E8DFC6: hue angle of 44.12º 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 #E8DFC6 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 198 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.09 |
| HSL | 44.12º | 0.43% | 0.84% | - |
| HSV(B) | 44.12º | 0.15% | 0.91% | - |
| XYZ | 69.86 | 74.01 | 64.03 | - |
| YUV | 222.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 198 | 0 | 0.04 | 0.15 | 0.09 | 44.12 | 0.43 | 0.84 |
| Hex | E8 | DF | C6 | 0 | 4 | F | 9 | 2C | 2A | 54 |
| Octal | 350 | 337 | 306 | 0 | 4 | 17 | 11 | 54 | 52 | 124 |
| Binary | 11101000 | 11011111 | 11000110 | 0 | 100 | 1111 | 1001 | 101100 | 101010 | 1010100 |
Color Harmonies of #E8DFC6
Complementary color
Monochromatic Colors of #E8DFC6
Black with #E8DFC6
Text Example
Text Example
White with #E8DFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFC6; }
p { color: rgb(232,223,198); }
H1.HeaderClassName
{
color: #E8DFC6;
}
.AnyTagClassName
{
color: #E8DFC6;
}
</style>
background-color css
<style>
a { background-color: #E8DFC6; }
a { background-color: rgb(232,223,198); }
div.DivClassName
{
background-color: #E8DFC6;
}
.BgClassName
{
background-color: #E8DFC6;
}
</style>
border-color css
<style>
span { border-color: #E8DFC6; }
span { border-color: rgb(232,223,198); }
td.TdClassName
{
border-color: #E8DFC6;
}
.TagClassName
{
border-color: #E8DFC6;
}
</style>