Shades of Pearl Lusta #EBE1C5
Tints of Pearl Lusta #EBE1C5
RGB
CMYK
RGB Variations
Color information
#EBE1C5 (or 0xEBE1C5) is known color: Pearl Lusta. HEX triplet: EB, E1 and C5. RGB value is (235,225,197). Sum of RGB (Red+Green+Blue) = 235+225+197=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1C5 is #141E3A. Grayscale: #E0E0E0. Windows color (decimal): -1318459 or 12968427. OLE color: 12968427.
HSL color Cylindrical-coordinate representation of color #EBE1C5: hue angle of 44.21º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBE1C5 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 197 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.08 |
| HSL | 44.21º | 0.49% | 0.85% | - |
| HSV(B) | 44.21º | 0.16% | 0.92% | - |
| XYZ | 71.26 | 75.54 | 63.65 | - |
| YUV | 224.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 197 | 0 | 0.04 | 0.16 | 0.08 | 44.21 | 0.49 | 0.85 |
| Hex | EB | E1 | C5 | 0 | 4 | 10 | 8 | 2C | 31 | 55 |
| Octal | 353 | 341 | 305 | 0 | 4 | 20 | 10 | 54 | 61 | 125 |
| Binary | 11101011 | 11100001 | 11000101 | 0 | 100 | 10000 | 1000 | 101100 | 110001 | 1010101 |
Color Harmonies of #EBE1C5
Complementary color
Monochromatic Colors of #EBE1C5
Black with #EBE1C5
Text Example
Text Example
White with #EBE1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1C5; }
p { color: rgb(235,225,197); }
H1.HeaderClassName
{
color: #EBE1C5;
}
.AnyTagClassName
{
color: #EBE1C5;
}
</style>
background-color css
<style>
a { background-color: #EBE1C5; }
a { background-color: rgb(235,225,197); }
div.DivClassName
{
background-color: #EBE1C5;
}
.BgClassName
{
background-color: #EBE1C5;
}
</style>
border-color css
<style>
span { border-color: #EBE1C5; }
span { border-color: rgb(235,225,197); }
td.TdClassName
{
border-color: #EBE1C5;
}
.TagClassName
{
border-color: #EBE1C5;
}
</style>