Shades of Pearl Lusta #ECE1C3
Tints of Pearl Lusta #ECE1C3
RGB
CMYK
RGB Variations
Color information
#ECE1C3 (or 0xECE1C3) is known color: Pearl Lusta. HEX triplet: EC, E1 and C3. RGB value is (236,225,195). Sum of RGB (Red+Green+Blue) = 236+225+195=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 195 (76.56% from 255 or 29.73% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1C3 is #131E3C. Grayscale: #E1E1E1. Windows color (decimal): -1252925 or 12837356. OLE color: 12837356.
HSL color Cylindrical-coordinate representation of color #ECE1C3: hue angle of 43.9º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECE1C3 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 195 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.07 |
| HSL | 43.9º | 0.52% | 0.85% | - |
| HSV(B) | 43.9º | 0.17% | 0.93% | - |
| XYZ | 71.37 | 75.62 | 62.47 | - |
| YUV | 224.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 195 | 0 | 0.05 | 0.17 | 0.07 | 43.9 | 0.52 | 0.85 |
| Hex | EC | E1 | C3 | 0 | 5 | 11 | 7 | 2C | 34 | 55 |
| Octal | 354 | 341 | 303 | 0 | 5 | 21 | 7 | 54 | 64 | 125 |
| Binary | 11101100 | 11100001 | 11000011 | 0 | 101 | 10001 | 111 | 101100 | 110100 | 1010101 |
Color Harmonies of #ECE1C3
Complementary color
Monochromatic Colors of #ECE1C3
Black with #ECE1C3
Text Example
Text Example
White with #ECE1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1C3; }
p { color: rgb(236,225,195); }
H1.HeaderClassName
{
color: #ECE1C3;
}
.AnyTagClassName
{
color: #ECE1C3;
}
</style>
background-color css
<style>
a { background-color: #ECE1C3; }
a { background-color: rgb(236,225,195); }
div.DivClassName
{
background-color: #ECE1C3;
}
.BgClassName
{
background-color: #ECE1C3;
}
</style>
border-color css
<style>
span { border-color: #ECE1C3; }
span { border-color: rgb(236,225,195); }
td.TdClassName
{
border-color: #ECE1C3;
}
.TagClassName
{
border-color: #ECE1C3;
}
</style>