Shades of Lavender Pink #ECAED5
Tints of Lavender Pink #ECAED5
RGB
CMYK
RGB Variations
Color information
#ECAED5 (or 0xECAED5) is known color: Lavender Pink. HEX triplet: EC, AE and D5. RGB value is (236,174,213). Sum of RGB (Red+Green+Blue) = 236+174+213=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAED5 is #13512A. Grayscale: #C4C4C4. Windows color (decimal): -1265963 or 14003948. OLE color: 14003948.
HSL color Cylindrical-coordinate representation of color #ECAED5: hue angle of 322.26º 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 #ECAED5 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 213 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.07 |
| HSL | 322.26º | 0.62% | 0.8% | - |
| HSV(B) | 322.26º | 0.26% | 0.93% | - |
| XYZ | 61.74 | 52.91 | 69.91 | - |
| YUV | 196.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 213 | 0 | 0.26 | 0.10 | 0.07 | 322.26 | 0.62 | 0.8 |
| Hex | EC | AE | D5 | 0 | 1A | A | 7 | 142 | 3E | 50 |
| Octal | 354 | 256 | 325 | 0 | 32 | 12 | 7 | 502 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11010101 | 0 | 11010 | 1010 | 111 | 101000010 | 111110 | 1010000 |
Color Harmonies of #ECAED5
Complementary color
Monochromatic Colors of #ECAED5
Black with #ECAED5
Text Example
Text Example
White with #ECAED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAED5; }
p { color: rgb(236,174,213); }
H1.HeaderClassName
{
color: #ECAED5;
}
.AnyTagClassName
{
color: #ECAED5;
}
</style>
background-color css
<style>
a { background-color: #ECAED5; }
a { background-color: rgb(236,174,213); }
div.DivClassName
{
background-color: #ECAED5;
}
.BgClassName
{
background-color: #ECAED5;
}
</style>
border-color css
<style>
span { border-color: #ECAED5; }
span { border-color: rgb(236,174,213); }
td.TdClassName
{
border-color: #ECAED5;
}
.TagClassName
{
border-color: #ECAED5;
}
</style>