Html Css Color HEX #ECDEC0 Double Pearl Lusta
📋 copy color: '#ECDEC0'red 236 ◦ green 222 ◦ blue 192
Shades of Double Pearl Lusta #ECDEC0
Tints of Double Pearl Lusta #ECDEC0
RGB
CMYK
RGB Variations
Color information
#ECDEC0 (or 0xECDEC0) is known color: Double Pearl Lusta. HEX triplet: EC, DE and C0. RGB value is (236,222,192). Sum of RGB (Red+Green+Blue) = 236+222+192=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEC0 is #13213F. Grayscale: #DEDEDE. Windows color (decimal): -1253696 or 12639980. OLE color: 12639980.
HSL color Cylindrical-coordinate representation of color #ECDEC0: hue angle of 40.91º 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 #ECDEC0 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 192 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.07 |
| HSL | 40.91º | 0.54% | 0.84% | - |
| HSV(B) | 40.91º | 0.19% | 0.93% | - |
| XYZ | 70.23 | 73.88 | 60.43 | - |
| YUV | 222.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 192 | 0 | 0.06 | 0.19 | 0.07 | 40.91 | 0.54 | 0.84 |
| Hex | EC | DE | C0 | 0 | 6 | 13 | 7 | 29 | 36 | 54 |
| Octal | 354 | 336 | 300 | 0 | 6 | 23 | 7 | 51 | 66 | 124 |
| Binary | 11101100 | 11011110 | 11000000 | 0 | 110 | 10011 | 111 | 101001 | 110110 | 1010100 |
Color Harmonies of #ECDEC0
Complementary color
Monochromatic Colors of #ECDEC0
Black with #ECDEC0
Text Example
Text Example
White with #ECDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEC0; }
p { color: rgb(236,222,192); }
H1.HeaderClassName
{
color: #ECDEC0;
}
.AnyTagClassName
{
color: #ECDEC0;
}
</style>
background-color css
<style>
a { background-color: #ECDEC0; }
a { background-color: rgb(236,222,192); }
div.DivClassName
{
background-color: #ECDEC0;
}
.BgClassName
{
background-color: #ECDEC0;
}
</style>
border-color css
<style>
span { border-color: #ECDEC0; }
span { border-color: rgb(236,222,192); }
td.TdClassName
{
border-color: #ECDEC0;
}
.TagClassName
{
border-color: #ECDEC0;
}
</style>