Shades of Pearl Lusta #ECE2C9
Tints of Pearl Lusta #ECE2C9
RGB
CMYK
RGB Variations
Color information
#ECE2C9 (or 0xECE2C9) is known color: Pearl Lusta. HEX triplet: EC, E2 and C9. RGB value is (236,226,201). Sum of RGB (Red+Green+Blue) = 236+226+201=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 201 (78.91% from 255 or 30.32% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2C9 is #131D36. Grayscale: #E2E2E2. Windows color (decimal): -1252663 or 13230828. OLE color: 13230828.
HSL color Cylindrical-coordinate representation of color #ECE2C9: hue angle of 42.86º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECE2C9 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 201 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.07 |
| HSL | 42.86º | 0.48% | 0.86% | - |
| HSV(B) | 42.86º | 0.15% | 0.93% | - |
| XYZ | 72.33 | 76.44 | 66.2 | - |
| YUV | 226.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 201 | 0 | 0.04 | 0.15 | 0.07 | 42.86 | 0.48 | 0.86 |
| Hex | EC | E2 | C9 | 0 | 4 | F | 7 | 2B | 30 | 56 |
| Octal | 354 | 342 | 311 | 0 | 4 | 17 | 7 | 53 | 60 | 126 |
| Binary | 11101100 | 11100010 | 11001001 | 0 | 100 | 1111 | 111 | 101011 | 110000 | 1010110 |
Color Harmonies of #ECE2C9
Complementary color
Monochromatic Colors of #ECE2C9
Black with #ECE2C9
Text Example
Text Example
White with #ECE2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2C9; }
p { color: rgb(236,226,201); }
H1.HeaderClassName
{
color: #ECE2C9;
}
.AnyTagClassName
{
color: #ECE2C9;
}
</style>
background-color css
<style>
a { background-color: #ECE2C9; }
a { background-color: rgb(236,226,201); }
div.DivClassName
{
background-color: #ECE2C9;
}
.BgClassName
{
background-color: #ECE2C9;
}
</style>
border-color css
<style>
span { border-color: #ECE2C9; }
span { border-color: rgb(236,226,201); }
td.TdClassName
{
border-color: #ECE2C9;
}
.TagClassName
{
border-color: #ECE2C9;
}
</style>