Shades of Pearl Lusta #EBDFC3
Tints of Pearl Lusta #EBDFC3
RGB
CMYK
RGB Variations
Color information
#EBDFC3 (or 0xEBDFC3) is known color: Pearl Lusta. HEX triplet: EB, DF and C3. RGB value is (235,223,195). Sum of RGB (Red+Green+Blue) = 235+223+195=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC3 is #14203C. Grayscale: #DFDFDF. Windows color (decimal): -1318973 or 12836843. OLE color: 12836843.
HSL color Cylindrical-coordinate representation of color #EBDFC3: hue angle of 42º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBDFC3 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 195 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.08 |
| HSL | 42º | 0.5% | 0.84% | - |
| HSV(B) | 42º | 0.17% | 0.92% | - |
| XYZ | 70.5 | 74.38 | 62.27 | - |
| YUV | 223.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 195 | 0 | 0.05 | 0.17 | 0.08 | 42 | 0.5 | 0.84 |
| Hex | EB | DF | C3 | 0 | 5 | 11 | 8 | 2A | 32 | 54 |
| Octal | 353 | 337 | 303 | 0 | 5 | 21 | 10 | 52 | 62 | 124 |
| Binary | 11101011 | 11011111 | 11000011 | 0 | 101 | 10001 | 1000 | 101010 | 110010 | 1010100 |
Color Harmonies of #EBDFC3
Complementary color
Monochromatic Colors of #EBDFC3
Black with #EBDFC3
Text Example
Text Example
White with #EBDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFC3; }
p { color: rgb(235,223,195); }
H1.HeaderClassName
{
color: #EBDFC3;
}
.AnyTagClassName
{
color: #EBDFC3;
}
</style>
background-color css
<style>
a { background-color: #EBDFC3; }
a { background-color: rgb(235,223,195); }
div.DivClassName
{
background-color: #EBDFC3;
}
.BgClassName
{
background-color: #EBDFC3;
}
</style>
border-color css
<style>
span { border-color: #EBDFC3; }
span { border-color: rgb(235,223,195); }
td.TdClassName
{
border-color: #EBDFC3;
}
.TagClassName
{
border-color: #EBDFC3;
}
</style>