Html Css Color HEX #ECDFC0 Double Pearl Lusta
📋 copy color: '#ECDFC0'red 236 ◦ green 223 ◦ blue 192
Shades of Double Pearl Lusta #ECDFC0
Tints of Double Pearl Lusta #ECDFC0
RGB
CMYK
RGB Variations
Color information
#ECDFC0 (or 0xECDFC0) is known color: Double Pearl Lusta. HEX triplet: EC, DF and C0. RGB value is (236,223,192). Sum of RGB (Red+Green+Blue) = 236+223+192=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFC0 is #13203F. Grayscale: #DFDFDF. Windows color (decimal): -1253440 or 12640236. OLE color: 12640236.
HSL color Cylindrical-coordinate representation of color #ECDFC0: hue angle of 42.27º 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 #ECDFC0 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 192 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.07 |
| HSL | 42.27º | 0.54% | 0.84% | - |
| HSV(B) | 42.27º | 0.19% | 0.93% | - |
| XYZ | 70.49 | 74.41 | 60.52 | - |
| YUV | 223.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 192 | 0 | 0.06 | 0.19 | 0.07 | 42.27 | 0.54 | 0.84 |
| Hex | EC | DF | C0 | 0 | 6 | 13 | 7 | 2A | 36 | 54 |
| Octal | 354 | 337 | 300 | 0 | 6 | 23 | 7 | 52 | 66 | 124 |
| Binary | 11101100 | 11011111 | 11000000 | 0 | 110 | 10011 | 111 | 101010 | 110110 | 1010100 |
Color Harmonies of #ECDFC0
Complementary color
Monochromatic Colors of #ECDFC0
Black with #ECDFC0
Text Example
Text Example
White with #ECDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFC0; }
p { color: rgb(236,223,192); }
H1.HeaderClassName
{
color: #ECDFC0;
}
.AnyTagClassName
{
color: #ECDFC0;
}
</style>
background-color css
<style>
a { background-color: #ECDFC0; }
a { background-color: rgb(236,223,192); }
div.DivClassName
{
background-color: #ECDFC0;
}
.BgClassName
{
background-color: #ECDFC0;
}
</style>
border-color css
<style>
span { border-color: #ECDFC0; }
span { border-color: rgb(236,223,192); }
td.TdClassName
{
border-color: #ECDFC0;
}
.TagClassName
{
border-color: #ECDFC0;
}
</style>