Shades of Lavender Pink #ECAED2
Tints of Lavender Pink #ECAED2
RGB
CMYK
RGB Variations
Color information
#ECAED2 (or 0xECAED2) is known color: Lavender Pink. HEX triplet: EC, AE and D2. RGB value is (236,174,210). Sum of RGB (Red+Green+Blue) = 236+174+210=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAED2 is #13512D. Grayscale: #C4C4C4. Windows color (decimal): -1265966 or 13807340. OLE color: 13807340.
HSL color Cylindrical-coordinate representation of color #ECAED2: hue angle of 325.16º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAED2 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 210 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.07 |
| HSL | 325.16º | 0.62% | 0.8% | - |
| HSV(B) | 325.16º | 0.26% | 0.93% | - |
| XYZ | 61.36 | 52.76 | 67.92 | - |
| YUV | 196.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 210 | 0 | 0.26 | 0.11 | 0.07 | 325.16 | 0.62 | 0.8 |
| Hex | EC | AE | D2 | 0 | 1A | B | 7 | 145 | 3E | 50 |
| Octal | 354 | 256 | 322 | 0 | 32 | 13 | 7 | 505 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11010010 | 0 | 11010 | 1011 | 111 | 101000101 | 111110 | 1010000 |
Color Harmonies of #ECAED2
Complementary color
Monochromatic Colors of #ECAED2
Black with #ECAED2
Text Example
Text Example
White with #ECAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAED2; }
p { color: rgb(236,174,210); }
H1.HeaderClassName
{
color: #ECAED2;
}
.AnyTagClassName
{
color: #ECAED2;
}
</style>
background-color css
<style>
a { background-color: #ECAED2; }
a { background-color: rgb(236,174,210); }
div.DivClassName
{
background-color: #ECAED2;
}
.BgClassName
{
background-color: #ECAED2;
}
</style>
border-color css
<style>
span { border-color: #ECAED2; }
span { border-color: rgb(236,174,210); }
td.TdClassName
{
border-color: #ECAED2;
}
.TagClassName
{
border-color: #ECAED2;
}
</style>