Shades of Pearl Lusta #EBDFC7
Tints of Pearl Lusta #EBDFC7
RGB
CMYK
RGB Variations
Color information
#EBDFC7 (or 0xEBDFC7) is known color: Pearl Lusta. HEX triplet: EB, DF and C7. RGB value is (235,223,199). Sum of RGB (Red+Green+Blue) = 235+223+199=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC7 is #142038. Grayscale: #DFDFDF. Windows color (decimal): -1318969 or 13098987. OLE color: 13098987.
HSL color Cylindrical-coordinate representation of color #EBDFC7: hue angle of 40º 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 #EBDFC7 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 199 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.08 |
| HSL | 40º | 0.47% | 0.85% | - |
| HSV(B) | 40º | 0.15% | 0.92% | - |
| XYZ | 70.96 | 74.56 | 64.68 | - |
| YUV | 223.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 199 | 0 | 0.05 | 0.15 | 0.08 | 40 | 0.47 | 0.85 |
| Hex | EB | DF | C7 | 0 | 5 | F | 8 | 28 | 2F | 55 |
| Octal | 353 | 337 | 307 | 0 | 5 | 17 | 10 | 50 | 57 | 125 |
| Binary | 11101011 | 11011111 | 11000111 | 0 | 101 | 1111 | 1000 | 101000 | 101111 | 1010101 |
Color Harmonies of #EBDFC7
Complementary color
Monochromatic Colors of #EBDFC7
Black with #EBDFC7
Text Example
Text Example
White with #EBDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFC7; }
p { color: rgb(235,223,199); }
H1.HeaderClassName
{
color: #EBDFC7;
}
.AnyTagClassName
{
color: #EBDFC7;
}
</style>
background-color css
<style>
a { background-color: #EBDFC7; }
a { background-color: rgb(235,223,199); }
div.DivClassName
{
background-color: #EBDFC7;
}
.BgClassName
{
background-color: #EBDFC7;
}
</style>
border-color css
<style>
span { border-color: #EBDFC7; }
span { border-color: rgb(235,223,199); }
td.TdClassName
{
border-color: #EBDFC7;
}
.TagClassName
{
border-color: #EBDFC7;
}
</style>