Shades of Pearl Lusta #ECE2C7
Tints of Pearl Lusta #ECE2C7
RGB
CMYK
RGB Variations
Color information
#ECE2C7 (or 0xECE2C7) is known color: Pearl Lusta. HEX triplet: EC, E2 and C7. RGB value is (236,226,199). Sum of RGB (Red+Green+Blue) = 236+226+199=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2C7 is #131D38. Grayscale: #E2E2E2. Windows color (decimal): -1252665 or 13099756. OLE color: 13099756.
HSL color Cylindrical-coordinate representation of color #ECE2C7: hue angle of 43.78º degrees, saturation: 0.49, 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 #ECE2C7 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 199 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.07 |
| HSL | 43.78º | 0.49% | 0.85% | - |
| HSV(B) | 43.78º | 0.16% | 0.93% | - |
| XYZ | 72.1 | 76.35 | 64.97 | - |
| YUV | 225.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 199 | 0 | 0.04 | 0.16 | 0.07 | 43.78 | 0.49 | 0.85 |
| Hex | EC | E2 | C7 | 0 | 4 | 10 | 7 | 2C | 31 | 55 |
| Octal | 354 | 342 | 307 | 0 | 4 | 20 | 7 | 54 | 61 | 125 |
| Binary | 11101100 | 11100010 | 11000111 | 0 | 100 | 10000 | 111 | 101100 | 110001 | 1010101 |
Color Harmonies of #ECE2C7
Complementary color
Monochromatic Colors of #ECE2C7
Black with #ECE2C7
Text Example
Text Example
White with #ECE2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2C7; }
p { color: rgb(236,226,199); }
H1.HeaderClassName
{
color: #ECE2C7;
}
.AnyTagClassName
{
color: #ECE2C7;
}
</style>
background-color css
<style>
a { background-color: #ECE2C7; }
a { background-color: rgb(236,226,199); }
div.DivClassName
{
background-color: #ECE2C7;
}
.BgClassName
{
background-color: #ECE2C7;
}
</style>
border-color css
<style>
span { border-color: #ECE2C7; }
span { border-color: rgb(236,226,199); }
td.TdClassName
{
border-color: #ECE2C7;
}
.TagClassName
{
border-color: #ECE2C7;
}
</style>