Shades of Pearl Lusta #ECE1C6
Tints of Pearl Lusta #ECE1C6
RGB
CMYK
RGB Variations
Color information
#ECE1C6 (or 0xECE1C6) is known color: Pearl Lusta. HEX triplet: EC, E1 and C6. RGB value is (236,225,198). Sum of RGB (Red+Green+Blue) = 236+225+198=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 198 (77.73% from 255 or 30.05% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1C6 is #131E39. Grayscale: #E1E1E1. Windows color (decimal): -1252922 or 13033964. OLE color: 13033964.
HSL color Cylindrical-coordinate representation of color #ECE1C6: hue angle of 42.63º 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 #ECE1C6 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 225 | 198 | - |
CMYK | 0 | 0.05 | 0.16 | 0.07 |
HSL | 42.63º | 0.5% | 0.85% | - |
HSV(B) | 42.63º | 0.16% | 0.93% | - |
XYZ | 71.71 | 75.76 | 64.27 | - |
YUV | 225.21 | 112.64 | 135.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 225 | 198 | 0 | 0.05 | 0.16 | 0.07 | 42.63 | 0.5 | 0.85 |
Hex | EC | E1 | C6 | 0 | 5 | 10 | 7 | 2B | 32 | 55 |
Octal | 354 | 341 | 306 | 0 | 5 | 20 | 7 | 53 | 62 | 125 |
Binary | 11101100 | 11100001 | 11000110 | 0 | 101 | 10000 | 111 | 101011 | 110010 | 1010101 |
Color Harmonies of #ECE1C6
Complementary color
Monochromatic Colors of #ECE1C6
Black with #ECE1C6
Text Example
Text Example
White with #ECE1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1C6; }
p { color: rgb(236,225,198); }
H1.HeaderClassName
{
color: #ECE1C6;
}
.AnyTagClassName
{
color: #ECE1C6;
}
</style>
background-color css
<style>
a { background-color: #ECE1C6; }
a { background-color: rgb(236,225,198); }
div.DivClassName
{
background-color: #ECE1C6;
}
.BgClassName
{
background-color: #ECE1C6;
}
</style>
border-color css
<style>
span { border-color: #ECE1C6; }
span { border-color: rgb(236,225,198); }
td.TdClassName
{
border-color: #ECE1C6;
}
.TagClassName
{
border-color: #ECE1C6;
}
</style>