Shades of Pearl Lusta #EBDFC4
Tints of Pearl Lusta #EBDFC4
RGB
CMYK
RGB Variations
Color information
#EBDFC4 (or 0xEBDFC4) is known color: Pearl Lusta. HEX triplet: EB, DF and C4. RGB value is (235,223,196). Sum of RGB (Red+Green+Blue) = 235+223+196=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC4 is #14203B. Grayscale: #DFDFDF. Windows color (decimal): -1318972 or 12902379. OLE color: 12902379.
HSL color Cylindrical-coordinate representation of color #EBDFC4: hue angle of 41.54º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBDFC4 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 196 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.08 |
| HSL | 41.54º | 0.49% | 0.85% | - |
| HSV(B) | 41.54º | 0.17% | 0.92% | - |
| XYZ | 70.61 | 74.42 | 62.87 | - |
| YUV | 223.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 196 | 0 | 0.05 | 0.17 | 0.08 | 41.54 | 0.49 | 0.85 |
| Hex | EB | DF | C4 | 0 | 5 | 11 | 8 | 2A | 31 | 55 |
| Octal | 353 | 337 | 304 | 0 | 5 | 21 | 10 | 52 | 61 | 125 |
| Binary | 11101011 | 11011111 | 11000100 | 0 | 101 | 10001 | 1000 | 101010 | 110001 | 1010101 |
Color Harmonies of #EBDFC4
Complementary color
Monochromatic Colors of #EBDFC4
Black with #EBDFC4
Text Example
Text Example
White with #EBDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFC4; }
p { color: rgb(235,223,196); }
H1.HeaderClassName
{
color: #EBDFC4;
}
.AnyTagClassName
{
color: #EBDFC4;
}
</style>
background-color css
<style>
a { background-color: #EBDFC4; }
a { background-color: rgb(235,223,196); }
div.DivClassName
{
background-color: #EBDFC4;
}
.BgClassName
{
background-color: #EBDFC4;
}
</style>
border-color css
<style>
span { border-color: #EBDFC4; }
span { border-color: rgb(235,223,196); }
td.TdClassName
{
border-color: #EBDFC4;
}
.TagClassName
{
border-color: #EBDFC4;
}
</style>