Shades of Pearl Lusta #EBDFC6
Tints of Pearl Lusta #EBDFC6
RGB
CMYK
RGB Variations
Color information
#EBDFC6 (or 0xEBDFC6) is known color: Pearl Lusta. HEX triplet: EB, DF and C6. RGB value is (235,223,198). Sum of RGB (Red+Green+Blue) = 235+223+198=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC6 is #142039. Grayscale: #DFDFDF. Windows color (decimal): -1318970 or 13033451. OLE color: 13033451.
HSL color Cylindrical-coordinate representation of color #EBDFC6: hue angle of 40.54º 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 #EBDFC6 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 198 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.08 |
| HSL | 40.54º | 0.48% | 0.85% | - |
| HSV(B) | 40.54º | 0.16% | 0.92% | - |
| XYZ | 70.84 | 74.51 | 64.08 | - |
| YUV | 223.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 198 | 0 | 0.05 | 0.16 | 0.08 | 40.54 | 0.48 | 0.85 |
| Hex | EB | DF | C6 | 0 | 5 | 10 | 8 | 29 | 30 | 55 |
| Octal | 353 | 337 | 306 | 0 | 5 | 20 | 10 | 51 | 60 | 125 |
| Binary | 11101011 | 11011111 | 11000110 | 0 | 101 | 10000 | 1000 | 101001 | 110000 | 1010101 |
Color Harmonies of #EBDFC6
Complementary color
Monochromatic Colors of #EBDFC6
Black with #EBDFC6
Text Example
Text Example
White with #EBDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFC6; }
p { color: rgb(235,223,198); }
H1.HeaderClassName
{
color: #EBDFC6;
}
.AnyTagClassName
{
color: #EBDFC6;
}
</style>
background-color css
<style>
a { background-color: #EBDFC6; }
a { background-color: rgb(235,223,198); }
div.DivClassName
{
background-color: #EBDFC6;
}
.BgClassName
{
background-color: #EBDFC6;
}
</style>
border-color css
<style>
span { border-color: #EBDFC6; }
span { border-color: rgb(235,223,198); }
td.TdClassName
{
border-color: #EBDFC6;
}
.TagClassName
{
border-color: #EBDFC6;
}
</style>