Shades of Half Pearl Lusta #EEE8D7
Tints of Half Pearl Lusta #EEE8D7
RGB
CMYK
RGB Variations
Color information
#EEE8D7 (or 0xEEE8D7) is known color: Half Pearl Lusta. HEX triplet: EE, E8 and D7. RGB value is (238,232,215). Sum of RGB (Red+Green+Blue) = 238+232+215=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 232 (91.02% from 255 or 33.87% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8D7 is #111728. Grayscale: #E7E7E7. Windows color (decimal): -1120041 or 14149870. OLE color: 14149870.
HSL color Cylindrical-coordinate representation of color #EEE8D7: hue angle of 44.35º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEE8D7 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 215 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.07 |
| HSL | 44.35º | 0.4% | 0.89% | - |
| HSV(B) | 44.35º | 0.1% | 0.93% | - |
| XYZ | 76.38 | 80.8 | 75.86 | - |
| YUV | 231.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 215 | 0 | 0.03 | 0.10 | 0.07 | 44.35 | 0.4 | 0.89 |
| Hex | EE | E8 | D7 | 0 | 3 | A | 7 | 2C | 28 | 59 |
| Octal | 356 | 350 | 327 | 0 | 3 | 12 | 7 | 54 | 50 | 131 |
| Binary | 11101110 | 11101000 | 11010111 | 0 | 11 | 1010 | 111 | 101100 | 101000 | 1011001 |
Color Harmonies of #EEE8D7
Complementary color
Monochromatic Colors of #EEE8D7
Black with #EEE8D7
Text Example
Text Example
White with #EEE8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8D7; }
p { color: rgb(238,232,215); }
H1.HeaderClassName
{
color: #EEE8D7;
}
.AnyTagClassName
{
color: #EEE8D7;
}
</style>
background-color css
<style>
a { background-color: #EEE8D7; }
a { background-color: rgb(238,232,215); }
div.DivClassName
{
background-color: #EEE8D7;
}
.BgClassName
{
background-color: #EEE8D7;
}
</style>
border-color css
<style>
span { border-color: #EEE8D7; }
span { border-color: rgb(238,232,215); }
td.TdClassName
{
border-color: #EEE8D7;
}
.TagClassName
{
border-color: #EEE8D7;
}
</style>