Shades of Half Pearl Lusta #EFE7D7
Tints of Half Pearl Lusta #EFE7D7
RGB
CMYK
RGB Variations
Color information
#EFE7D7 (or 0xEFE7D7) is known color: Half Pearl Lusta. HEX triplet: EF, E7 and D7. RGB value is (239,231,215). Sum of RGB (Red+Green+Blue) = 239+231+215=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7D7 is #101828. Grayscale: #E7E7E7. Windows color (decimal): -1054761 or 14149615. OLE color: 14149615.
HSL color Cylindrical-coordinate representation of color #EFE7D7: hue angle of 40º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE7D7 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 215 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.06 |
| HSL | 40º | 0.43% | 0.89% | - |
| HSV(B) | 40º | 0.1% | 0.94% | - |
| XYZ | 76.44 | 80.41 | 75.78 | - |
| YUV | 231.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 215 | 0 | 0.03 | 0.10 | 0.06 | 40 | 0.43 | 0.89 |
| Hex | EF | E7 | D7 | 0 | 3 | A | 6 | 28 | 2B | 59 |
| Octal | 357 | 347 | 327 | 0 | 3 | 12 | 6 | 50 | 53 | 131 |
| Binary | 11101111 | 11100111 | 11010111 | 0 | 11 | 1010 | 110 | 101000 | 101011 | 1011001 |
Color Harmonies of #EFE7D7
Complementary color
Monochromatic Colors of #EFE7D7
Black with #EFE7D7
Text Example
Text Example
White with #EFE7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7D7; }
p { color: rgb(239,231,215); }
H1.HeaderClassName
{
color: #EFE7D7;
}
.AnyTagClassName
{
color: #EFE7D7;
}
</style>
background-color css
<style>
a { background-color: #EFE7D7; }
a { background-color: rgb(239,231,215); }
div.DivClassName
{
background-color: #EFE7D7;
}
.BgClassName
{
background-color: #EFE7D7;
}
</style>
border-color css
<style>
span { border-color: #EFE7D7; }
span { border-color: rgb(239,231,215); }
td.TdClassName
{
border-color: #EFE7D7;
}
.TagClassName
{
border-color: #EFE7D7;
}
</style>