Shades of Pearl Lusta #ECE1C2
Tints of Pearl Lusta #ECE1C2
RGB
CMYK
RGB Variations
Color information
#ECE1C2 (or 0xECE1C2) is known color: Pearl Lusta. HEX triplet: EC, E1 and C2. RGB value is (236,225,194). Sum of RGB (Red+Green+Blue) = 236+225+194=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1C2 is #131E3D. Grayscale: #E0E0E0. Windows color (decimal): -1252926 or 12771820. OLE color: 12771820.
HSL color Cylindrical-coordinate representation of color #ECE1C2: hue angle of 44.29º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECE1C2 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 194 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.07 |
| HSL | 44.29º | 0.53% | 0.84% | - |
| HSV(B) | 44.29º | 0.18% | 0.93% | - |
| XYZ | 71.25 | 75.58 | 61.87 | - |
| YUV | 224.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 194 | 0 | 0.05 | 0.18 | 0.07 | 44.29 | 0.53 | 0.84 |
| Hex | EC | E1 | C2 | 0 | 5 | 12 | 7 | 2C | 34 | 54 |
| Octal | 354 | 341 | 302 | 0 | 5 | 22 | 7 | 54 | 64 | 124 |
| Binary | 11101100 | 11100001 | 11000010 | 0 | 101 | 10010 | 111 | 101100 | 110100 | 1010100 |
Color Harmonies of #ECE1C2
Complementary color
Monochromatic Colors of #ECE1C2
Black with #ECE1C2
Text Example
Text Example
White with #ECE1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1C2; }
p { color: rgb(236,225,194); }
H1.HeaderClassName
{
color: #ECE1C2;
}
.AnyTagClassName
{
color: #ECE1C2;
}
</style>
background-color css
<style>
a { background-color: #ECE1C2; }
a { background-color: rgb(236,225,194); }
div.DivClassName
{
background-color: #ECE1C2;
}
.BgClassName
{
background-color: #ECE1C2;
}
</style>
border-color css
<style>
span { border-color: #ECE1C2; }
span { border-color: rgb(236,225,194); }
td.TdClassName
{
border-color: #ECE1C2;
}
.TagClassName
{
border-color: #ECE1C2;
}
</style>