Shades of Pearl Lusta #E7DFCB
Tints of Pearl Lusta #E7DFCB
RGB
CMYK
RGB Variations
Color information
#E7DFCB (or 0xE7DFCB) is known color: Pearl Lusta. HEX triplet: E7, DF and CB. RGB value is (231,223,203). Sum of RGB (Red+Green+Blue) = 231+223+203=657 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.16% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFCB is #182034. Grayscale: #DFDFDF. Windows color (decimal): -1581109 or 13361127. OLE color: 13361127.
HSL color Cylindrical-coordinate representation of color #E7DFCB: hue angle of 42.86º degrees, saturation: 0.37, 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 #E7DFCB is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 203 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.09 |
| HSL | 42.86º | 0.37% | 0.85% | - |
| HSV(B) | 42.86º | 0.12% | 0.91% | - |
| XYZ | 70.12 | 74.08 | 67.1 | - |
| YUV | 223.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 203 | 0 | 0.03 | 0.12 | 0.09 | 42.86 | 0.37 | 0.85 |
| Hex | E7 | DF | CB | 0 | 3 | C | 9 | 2B | 25 | 55 |
| Octal | 347 | 337 | 313 | 0 | 3 | 14 | 11 | 53 | 45 | 125 |
| Binary | 11100111 | 11011111 | 11001011 | 0 | 11 | 1100 | 1001 | 101011 | 100101 | 1010101 |
Color Harmonies of #E7DFCB
Complementary color
Monochromatic Colors of #E7DFCB
Black with #E7DFCB
Text Example
Text Example
White with #E7DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DFCB; }
p { color: rgb(231,223,203); }
H1.HeaderClassName
{
color: #E7DFCB;
}
.AnyTagClassName
{
color: #E7DFCB;
}
</style>
background-color css
<style>
a { background-color: #E7DFCB; }
a { background-color: rgb(231,223,203); }
div.DivClassName
{
background-color: #E7DFCB;
}
.BgClassName
{
background-color: #E7DFCB;
}
</style>
border-color css
<style>
span { border-color: #E7DFCB; }
span { border-color: rgb(231,223,203); }
td.TdClassName
{
border-color: #E7DFCB;
}
.TagClassName
{
border-color: #E7DFCB;
}
</style>