Shades of Pearl Lusta #EBE0C6
Tints of Pearl Lusta #EBE0C6
RGB
CMYK
RGB Variations
Color information
#EBE0C6 (or 0xEBE0C6) is known color: Pearl Lusta. HEX triplet: EB, E0 and C6. RGB value is (235,224,198). Sum of RGB (Red+Green+Blue) = 235+224+198=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 198 (77.73% from 255 or 30.14% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0C6 is #141F39. Grayscale: #E0E0E0. Windows color (decimal): -1318714 or 13033707. OLE color: 13033707.
HSL color Cylindrical-coordinate representation of color #EBE0C6: hue angle of 42.16º degrees, saturation: 0.48, 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 #EBE0C6 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 198 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.08 |
| HSL | 42.16º | 0.48% | 0.85% | - |
| HSV(B) | 42.16º | 0.16% | 0.92% | - |
| XYZ | 71.11 | 75.05 | 64.16 | - |
| YUV | 224.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 198 | 0 | 0.05 | 0.16 | 0.08 | 42.16 | 0.48 | 0.85 |
| Hex | EB | E0 | C6 | 0 | 5 | 10 | 8 | 2A | 30 | 55 |
| Octal | 353 | 340 | 306 | 0 | 5 | 20 | 10 | 52 | 60 | 125 |
| Binary | 11101011 | 11100000 | 11000110 | 0 | 101 | 10000 | 1000 | 101010 | 110000 | 1010101 |
Color Harmonies of #EBE0C6
Complementary color
Monochromatic Colors of #EBE0C6
Black with #EBE0C6
Text Example
Text Example
White with #EBE0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0C6; }
p { color: rgb(235,224,198); }
H1.HeaderClassName
{
color: #EBE0C6;
}
.AnyTagClassName
{
color: #EBE0C6;
}
</style>
background-color css
<style>
a { background-color: #EBE0C6; }
a { background-color: rgb(235,224,198); }
div.DivClassName
{
background-color: #EBE0C6;
}
.BgClassName
{
background-color: #EBE0C6;
}
</style>
border-color css
<style>
span { border-color: #EBE0C6; }
span { border-color: rgb(235,224,198); }
td.TdClassName
{
border-color: #EBE0C6;
}
.TagClassName
{
border-color: #EBE0C6;
}
</style>