Shades of Pearl Lusta #EBDFC5
Tints of Pearl Lusta #EBDFC5
RGB
CMYK
RGB Variations
Color information
#EBDFC5 (or 0xEBDFC5) is known color: Pearl Lusta. HEX triplet: EB, DF and C5. RGB value is (235,223,197). Sum of RGB (Red+Green+Blue) = 235+223+197=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC5 is #14203A. Grayscale: #DFDFDF. Windows color (decimal): -1318971 or 12967915. OLE color: 12967915.
HSL color Cylindrical-coordinate representation of color #EBDFC5: hue angle of 41.05º 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 #EBDFC5 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 197 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.08 |
| HSL | 41.05º | 0.49% | 0.85% | - |
| HSV(B) | 41.05º | 0.16% | 0.92% | - |
| XYZ | 70.73 | 74.47 | 63.47 | - |
| YUV | 223.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 197 | 0 | 0.05 | 0.16 | 0.08 | 41.05 | 0.49 | 0.85 |
| Hex | EB | DF | C5 | 0 | 5 | 10 | 8 | 29 | 31 | 55 |
| Octal | 353 | 337 | 305 | 0 | 5 | 20 | 10 | 51 | 61 | 125 |
| Binary | 11101011 | 11011111 | 11000101 | 0 | 101 | 10000 | 1000 | 101001 | 110001 | 1010101 |
Color Harmonies of #EBDFC5
Complementary color
Monochromatic Colors of #EBDFC5
Black with #EBDFC5
Text Example
Text Example
White with #EBDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFC5; }
p { color: rgb(235,223,197); }
H1.HeaderClassName
{
color: #EBDFC5;
}
.AnyTagClassName
{
color: #EBDFC5;
}
</style>
background-color css
<style>
a { background-color: #EBDFC5; }
a { background-color: rgb(235,223,197); }
div.DivClassName
{
background-color: #EBDFC5;
}
.BgClassName
{
background-color: #EBDFC5;
}
</style>
border-color css
<style>
span { border-color: #EBDFC5; }
span { border-color: rgb(235,223,197); }
td.TdClassName
{
border-color: #EBDFC5;
}
.TagClassName
{
border-color: #EBDFC5;
}
</style>