Shades of Pearl Lusta #E8DFCA
Tints of Pearl Lusta #E8DFCA
RGB
CMYK
RGB Variations
Color information
#E8DFCA (or 0xE8DFCA) is known color: Pearl Lusta. HEX triplet: E8, DF and CA. RGB value is (232,223,202). Sum of RGB (Red+Green+Blue) = 232+223+202=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFCA is #172035. Grayscale: #DFDFDF. Windows color (decimal): -1515574 or 13295592. OLE color: 13295592.
HSL color Cylindrical-coordinate representation of color #E8DFCA: hue angle of 42º 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 #E8DFCA is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 202 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.09 |
| HSL | 42º | 0.39% | 0.85% | - |
| HSV(B) | 42º | 0.13% | 0.91% | - |
| XYZ | 70.33 | 74.2 | 66.49 | - |
| YUV | 223.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 202 | 0 | 0.04 | 0.13 | 0.09 | 42 | 0.39 | 0.85 |
| Hex | E8 | DF | CA | 0 | 4 | D | 9 | 2A | 27 | 55 |
| Octal | 350 | 337 | 312 | 0 | 4 | 15 | 11 | 52 | 47 | 125 |
| Binary | 11101000 | 11011111 | 11001010 | 0 | 100 | 1101 | 1001 | 101010 | 100111 | 1010101 |
Color Harmonies of #E8DFCA
Complementary color
Monochromatic Colors of #E8DFCA
Black with #E8DFCA
Text Example
Text Example
White with #E8DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFCA; }
p { color: rgb(232,223,202); }
H1.HeaderClassName
{
color: #E8DFCA;
}
.AnyTagClassName
{
color: #E8DFCA;
}
</style>
background-color css
<style>
a { background-color: #E8DFCA; }
a { background-color: rgb(232,223,202); }
div.DivClassName
{
background-color: #E8DFCA;
}
.BgClassName
{
background-color: #E8DFCA;
}
</style>
border-color css
<style>
span { border-color: #E8DFCA; }
span { border-color: rgb(232,223,202); }
td.TdClassName
{
border-color: #E8DFCA;
}
.TagClassName
{
border-color: #E8DFCA;
}
</style>