Html Css Color HEX #ECDDC0 Double Pearl Lusta
📋 copy color: '#ECDDC0'red 236 ◦ green 221 ◦ blue 192
Shades of Double Pearl Lusta #ECDDC0
Tints of Double Pearl Lusta #ECDDC0
RGB
CMYK
RGB Variations
Color information
#ECDDC0 (or 0xECDDC0) is known color: Double Pearl Lusta. HEX triplet: EC, DD and C0. RGB value is (236,221,192). Sum of RGB (Red+Green+Blue) = 236+221+192=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDC0 is #13223F. Grayscale: #DEDEDE. Windows color (decimal): -1253952 or 12639724. OLE color: 12639724.
HSL color Cylindrical-coordinate representation of color #ECDDC0: hue angle of 39.55º 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 #ECDDC0 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 192 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.07 |
| HSL | 39.55º | 0.54% | 0.84% | - |
| HSV(B) | 39.55º | 0.19% | 0.93% | - |
| XYZ | 69.96 | 73.35 | 60.34 | - |
| YUV | 222.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 192 | 0 | 0.06 | 0.19 | 0.07 | 39.55 | 0.54 | 0.84 |
| Hex | EC | DD | C0 | 0 | 6 | 13 | 7 | 28 | 36 | 54 |
| Octal | 354 | 335 | 300 | 0 | 6 | 23 | 7 | 50 | 66 | 124 |
| Binary | 11101100 | 11011101 | 11000000 | 0 | 110 | 10011 | 111 | 101000 | 110110 | 1010100 |
Color Harmonies of #ECDDC0
Complementary color
Monochromatic Colors of #ECDDC0
Black with #ECDDC0
Text Example
Text Example
White with #ECDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDC0; }
p { color: rgb(236,221,192); }
H1.HeaderClassName
{
color: #ECDDC0;
}
.AnyTagClassName
{
color: #ECDDC0;
}
</style>
background-color css
<style>
a { background-color: #ECDDC0; }
a { background-color: rgb(236,221,192); }
div.DivClassName
{
background-color: #ECDDC0;
}
.BgClassName
{
background-color: #ECDDC0;
}
</style>
border-color css
<style>
span { border-color: #ECDDC0; }
span { border-color: rgb(236,221,192); }
td.TdClassName
{
border-color: #ECDDC0;
}
.TagClassName
{
border-color: #ECDDC0;
}
</style>