Shades of Pearl Lusta #E8DFCB
Tints of Pearl Lusta #E8DFCB
RGB
CMYK
RGB Variations
Color information
#E8DFCB (or 0xE8DFCB) is known color: Pearl Lusta. HEX triplet: E8, DF and CB. RGB value is (232,223,203). Sum of RGB (Red+Green+Blue) = 232+223+203=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFCB is #172034. Grayscale: #DFDFDF. Windows color (decimal): -1515573 or 13361128. OLE color: 13361128.
HSL color Cylindrical-coordinate representation of color #E8DFCB: hue angle of 41.38º degrees, saturation: 0.39, 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 #E8DFCB is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 203 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.09 |
| HSL | 41.38º | 0.39% | 0.85% | - |
| HSV(B) | 41.38º | 0.13% | 0.91% | - |
| XYZ | 70.45 | 74.24 | 67.12 | - |
| YUV | 223.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 203 | 0 | 0.04 | 0.12 | 0.09 | 41.38 | 0.39 | 0.85 |
| Hex | E8 | DF | CB | 0 | 4 | C | 9 | 29 | 27 | 55 |
| Octal | 350 | 337 | 313 | 0 | 4 | 14 | 11 | 51 | 47 | 125 |
| Binary | 11101000 | 11011111 | 11001011 | 0 | 100 | 1100 | 1001 | 101001 | 100111 | 1010101 |
Color Harmonies of #E8DFCB
Complementary color
Monochromatic Colors of #E8DFCB
Black with #E8DFCB
Text Example
Text Example
White with #E8DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFCB; }
p { color: rgb(232,223,203); }
H1.HeaderClassName
{
color: #E8DFCB;
}
.AnyTagClassName
{
color: #E8DFCB;
}
</style>
background-color css
<style>
a { background-color: #E8DFCB; }
a { background-color: rgb(232,223,203); }
div.DivClassName
{
background-color: #E8DFCB;
}
.BgClassName
{
background-color: #E8DFCB;
}
</style>
border-color css
<style>
span { border-color: #E8DFCB; }
span { border-color: rgb(232,223,203); }
td.TdClassName
{
border-color: #E8DFCB;
}
.TagClassName
{
border-color: #E8DFCB;
}
</style>