Shades of Pearl Lusta #EBE1C8
Tints of Pearl Lusta #EBE1C8
RGB
CMYK
RGB Variations
Color information
#EBE1C8 (or 0xEBE1C8) is known color: Pearl Lusta. HEX triplet: EB, E1 and C8. RGB value is (235,225,200). Sum of RGB (Red+Green+Blue) = 235+225+200=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1C8 is #141E37. Grayscale: #E1E1E1. Windows color (decimal): -1318456 or 13165035. OLE color: 13165035.
HSL color Cylindrical-coordinate representation of color #EBE1C8: hue angle of 42.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBE1C8 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 200 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.08 |
| HSL | 42.86º | 0.47% | 0.85% | - |
| HSV(B) | 42.86º | 0.15% | 0.92% | - |
| XYZ | 71.61 | 75.68 | 65.48 | - |
| YUV | 225.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 200 | 0 | 0.04 | 0.15 | 0.08 | 42.86 | 0.47 | 0.85 |
| Hex | EB | E1 | C8 | 0 | 4 | F | 8 | 2B | 2F | 55 |
| Octal | 353 | 341 | 310 | 0 | 4 | 17 | 10 | 53 | 57 | 125 |
| Binary | 11101011 | 11100001 | 11001000 | 0 | 100 | 1111 | 1000 | 101011 | 101111 | 1010101 |
Color Harmonies of #EBE1C8
Complementary color
Monochromatic Colors of #EBE1C8
Black with #EBE1C8
Text Example
Text Example
White with #EBE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1C8; }
p { color: rgb(235,225,200); }
H1.HeaderClassName
{
color: #EBE1C8;
}
.AnyTagClassName
{
color: #EBE1C8;
}
</style>
background-color css
<style>
a { background-color: #EBE1C8; }
a { background-color: rgb(235,225,200); }
div.DivClassName
{
background-color: #EBE1C8;
}
.BgClassName
{
background-color: #EBE1C8;
}
</style>
border-color css
<style>
span { border-color: #EBE1C8; }
span { border-color: rgb(235,225,200); }
td.TdClassName
{
border-color: #EBE1C8;
}
.TagClassName
{
border-color: #EBE1C8;
}
</style>