Html Css Color HEX #ECE0C0 Double Pearl Lusta
📋 copy color: '#ECE0C0'red 236 ◦ green 224 ◦ blue 192
Shades of Double Pearl Lusta #ECE0C0
Tints of Double Pearl Lusta #ECE0C0
RGB
CMYK
RGB Variations
Color information
#ECE0C0 (or 0xECE0C0) is known color: Double Pearl Lusta. HEX triplet: EC, E0 and C0. RGB value is (236,224,192). Sum of RGB (Red+Green+Blue) = 236+224+192=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0C0 is #131F3F. Grayscale: #E0E0E0. Windows color (decimal): -1253184 or 12640492. OLE color: 12640492.
HSL color Cylindrical-coordinate representation of color #ECE0C0: hue angle of 43.64º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECE0C0 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 192 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.07 |
| HSL | 43.64º | 0.54% | 0.84% | - |
| HSV(B) | 43.64º | 0.19% | 0.93% | - |
| XYZ | 70.76 | 74.95 | 60.61 | - |
| YUV | 223.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 192 | 0 | 0.05 | 0.19 | 0.07 | 43.64 | 0.54 | 0.84 |
| Hex | EC | E0 | C0 | 0 | 5 | 13 | 7 | 2C | 36 | 54 |
| Octal | 354 | 340 | 300 | 0 | 5 | 23 | 7 | 54 | 66 | 124 |
| Binary | 11101100 | 11100000 | 11000000 | 0 | 101 | 10011 | 111 | 101100 | 110110 | 1010100 |
Color Harmonies of #ECE0C0
Complementary color
Monochromatic Colors of #ECE0C0
Black with #ECE0C0
Text Example
Text Example
White with #ECE0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0C0; }
p { color: rgb(236,224,192); }
H1.HeaderClassName
{
color: #ECE0C0;
}
.AnyTagClassName
{
color: #ECE0C0;
}
</style>
background-color css
<style>
a { background-color: #ECE0C0; }
a { background-color: rgb(236,224,192); }
div.DivClassName
{
background-color: #ECE0C0;
}
.BgClassName
{
background-color: #ECE0C0;
}
</style>
border-color css
<style>
span { border-color: #ECE0C0; }
span { border-color: rgb(236,224,192); }
td.TdClassName
{
border-color: #ECE0C0;
}
.TagClassName
{
border-color: #ECE0C0;
}
</style>