Shades of Pearl Lusta #ECE2C6
Tints of Pearl Lusta #ECE2C6
RGB
CMYK
RGB Variations
Color information
#ECE2C6 (or 0xECE2C6) is known color: Pearl Lusta. HEX triplet: EC, E2 and C6. RGB value is (236,226,198). Sum of RGB (Red+Green+Blue) = 236+226+198=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 226 (88.67% from 255 or 34.24% from 660); Blue value is 198 (77.73% from 255 or 30% from 660); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2C6 is #131D39. Grayscale: #E1E1E1. Windows color (decimal): -1252666 or 13034220. OLE color: 13034220.
HSL color Cylindrical-coordinate representation of color #ECE2C6: hue angle of 44.21º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECE2C6 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 198 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.07 |
| HSL | 44.21º | 0.5% | 0.85% | - |
| HSV(B) | 44.21º | 0.16% | 0.93% | - |
| XYZ | 71.98 | 76.3 | 64.36 | - |
| YUV | 225.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 198 | 0 | 0.04 | 0.16 | 0.07 | 44.21 | 0.5 | 0.85 |
| Hex | EC | E2 | C6 | 0 | 4 | 10 | 7 | 2C | 32 | 55 |
| Octal | 354 | 342 | 306 | 0 | 4 | 20 | 7 | 54 | 62 | 125 |
| Binary | 11101100 | 11100010 | 11000110 | 0 | 100 | 10000 | 111 | 101100 | 110010 | 1010101 |
Color Harmonies of #ECE2C6
Complementary color
Monochromatic Colors of #ECE2C6
Black with #ECE2C6
Text Example
Text Example
White with #ECE2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2C6; }
p { color: rgb(236,226,198); }
H1.HeaderClassName
{
color: #ECE2C6;
}
.AnyTagClassName
{
color: #ECE2C6;
}
</style>
background-color css
<style>
a { background-color: #ECE2C6; }
a { background-color: rgb(236,226,198); }
div.DivClassName
{
background-color: #ECE2C6;
}
.BgClassName
{
background-color: #ECE2C6;
}
</style>
border-color css
<style>
span { border-color: #ECE2C6; }
span { border-color: rgb(236,226,198); }
td.TdClassName
{
border-color: #ECE2C6;
}
.TagClassName
{
border-color: #ECE2C6;
}
</style>