Shades of Pearl Lusta #E7DFC8
Tints of Pearl Lusta #E7DFC8
RGB
CMYK
RGB Variations
Color information
#E7DFC8 (or 0xE7DFC8) is known color: Pearl Lusta. HEX triplet: E7, DF and C8. RGB value is (231,223,200). Sum of RGB (Red+Green+Blue) = 231+223+200=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 200 (78.52% from 255 or 30.58% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFC8 is #182037. Grayscale: #DEDEDE. Windows color (decimal): -1581112 or 13164519. OLE color: 13164519.
HSL color Cylindrical-coordinate representation of color #E7DFC8: hue angle of 44.52º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7DFC8 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 200 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.09 |
| HSL | 44.52º | 0.39% | 0.85% | - |
| HSV(B) | 44.52º | 0.13% | 0.91% | - |
| XYZ | 69.77 | 73.93 | 65.24 | - |
| YUV | 222.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 200 | 0 | 0.03 | 0.13 | 0.09 | 44.52 | 0.39 | 0.85 |
| Hex | E7 | DF | C8 | 0 | 3 | D | 9 | 2D | 27 | 55 |
| Octal | 347 | 337 | 310 | 0 | 3 | 15 | 11 | 55 | 47 | 125 |
| Binary | 11100111 | 11011111 | 11001000 | 0 | 11 | 1101 | 1001 | 101101 | 100111 | 1010101 |
Color Harmonies of #E7DFC8
Complementary color
Monochromatic Colors of #E7DFC8
Black with #E7DFC8
Text Example
Text Example
White with #E7DFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DFC8; }
p { color: rgb(231,223,200); }
H1.HeaderClassName
{
color: #E7DFC8;
}
.AnyTagClassName
{
color: #E7DFC8;
}
</style>
background-color css
<style>
a { background-color: #E7DFC8; }
a { background-color: rgb(231,223,200); }
div.DivClassName
{
background-color: #E7DFC8;
}
.BgClassName
{
background-color: #E7DFC8;
}
</style>
border-color css
<style>
span { border-color: #E7DFC8; }
span { border-color: rgb(231,223,200); }
td.TdClassName
{
border-color: #E7DFC8;
}
.TagClassName
{
border-color: #E7DFC8;
}
</style>