Shades of Pearl Lusta #ECE2C3
Tints of Pearl Lusta #ECE2C3
RGB
CMYK
RGB Variations
Color information
#ECE2C3 (or 0xECE2C3) is known color: Pearl Lusta. HEX triplet: EC, E2 and C3. RGB value is (236,226,195). Sum of RGB (Red+Green+Blue) = 236+226+195=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 195 (76.56% from 255 or 29.68% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2C3 is #131D3C. Grayscale: #E1E1E1. Windows color (decimal): -1252669 or 12837612. OLE color: 12837612.
HSL color Cylindrical-coordinate representation of color #ECE2C3: hue angle of 45.37º 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 #ECE2C3 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 195 | - |
CMYK | 0 | 0.04 | 0.17 | 0.07 |
HSL | 45.37º | 0.52% | 0.85% | - |
HSV(B) | 45.37º | 0.17% | 0.93% | - |
XYZ | 71.64 | 76.17 | 62.56 | - |
YUV | 225.46 | 110.81 | 135.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 195 | 0 | 0.04 | 0.17 | 0.07 | 45.37 | 0.52 | 0.85 |
Hex | EC | E2 | C3 | 0 | 4 | 11 | 7 | 2D | 34 | 55 |
Octal | 354 | 342 | 303 | 0 | 4 | 21 | 7 | 55 | 64 | 125 |
Binary | 11101100 | 11100010 | 11000011 | 0 | 100 | 10001 | 111 | 101101 | 110100 | 1010101 |
Color Harmonies of #ECE2C3
Complementary color
Monochromatic Colors of #ECE2C3
Black with #ECE2C3
Text Example
Text Example
White with #ECE2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2C3; }
p { color: rgb(236,226,195); }
H1.HeaderClassName
{
color: #ECE2C3;
}
.AnyTagClassName
{
color: #ECE2C3;
}
</style>
background-color css
<style>
a { background-color: #ECE2C3; }
a { background-color: rgb(236,226,195); }
div.DivClassName
{
background-color: #ECE2C3;
}
.BgClassName
{
background-color: #ECE2C3;
}
</style>
border-color css
<style>
span { border-color: #ECE2C3; }
span { border-color: rgb(236,226,195); }
td.TdClassName
{
border-color: #ECE2C3;
}
.TagClassName
{
border-color: #ECE2C3;
}
</style>