Html Css Color HEX #ECDFC2 Double Pearl Lusta
📋 copy color: '#ECDFC2'red 236 ◦ green 223 ◦ blue 194
Shades of Double Pearl Lusta #ECDFC2
Tints of Double Pearl Lusta #ECDFC2
RGB
CMYK
RGB Variations
Color information
#ECDFC2 (or 0xECDFC2) is known color: Double Pearl Lusta. HEX triplet: EC, DF and C2. RGB value is (236,223,194). Sum of RGB (Red+Green+Blue) = 236+223+194=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFC2 is #13203D. Grayscale: #DFDFDF. Windows color (decimal): -1253438 or 12771308. OLE color: 12771308.
HSL color Cylindrical-coordinate representation of color #ECDFC2: hue angle of 41.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECDFC2 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 194 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.07 |
| HSL | 41.43º | 0.53% | 0.84% | - |
| HSV(B) | 41.43º | 0.18% | 0.93% | - |
| XYZ | 70.72 | 74.5 | 61.69 | - |
| YUV | 223.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 194 | 0 | 0.06 | 0.18 | 0.07 | 41.43 | 0.53 | 0.84 |
| Hex | EC | DF | C2 | 0 | 6 | 12 | 7 | 29 | 34 | 54 |
| Octal | 354 | 337 | 302 | 0 | 6 | 22 | 7 | 51 | 64 | 124 |
| Binary | 11101100 | 11011111 | 11000010 | 0 | 110 | 10010 | 111 | 101001 | 110100 | 1010100 |
Color Harmonies of #ECDFC2
Complementary color
Monochromatic Colors of #ECDFC2
Black with #ECDFC2
Text Example
Text Example
White with #ECDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFC2; }
p { color: rgb(236,223,194); }
H1.HeaderClassName
{
color: #ECDFC2;
}
.AnyTagClassName
{
color: #ECDFC2;
}
</style>
background-color css
<style>
a { background-color: #ECDFC2; }
a { background-color: rgb(236,223,194); }
div.DivClassName
{
background-color: #ECDFC2;
}
.BgClassName
{
background-color: #ECDFC2;
}
</style>
border-color css
<style>
span { border-color: #ECDFC2; }
span { border-color: rgb(236,223,194); }
td.TdClassName
{
border-color: #ECDFC2;
}
.TagClassName
{
border-color: #ECDFC2;
}
</style>