Shades of Lavender Pink #ECAED3
Tints of Lavender Pink #ECAED3
RGB
CMYK
RGB Variations
Color information
#ECAED3 (or 0xECAED3) is known color: Lavender Pink. HEX triplet: EC, AE and D3. RGB value is (236,174,211). Sum of RGB (Red+Green+Blue) = 236+174+211=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAED3 is #13512C. Grayscale: #C4C4C4. Windows color (decimal): -1265965 or 13872876. OLE color: 13872876.
HSL color Cylindrical-coordinate representation of color #ECAED3: hue angle of 324.19º 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 #ECAED3 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 211 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.07 |
| HSL | 324.19º | 0.62% | 0.8% | - |
| HSV(B) | 324.19º | 0.26% | 0.93% | - |
| XYZ | 61.49 | 52.81 | 68.58 | - |
| YUV | 196.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 211 | 0 | 0.26 | 0.11 | 0.07 | 324.19 | 0.62 | 0.8 |
| Hex | EC | AE | D3 | 0 | 1A | B | 7 | 144 | 3E | 50 |
| Octal | 354 | 256 | 323 | 0 | 32 | 13 | 7 | 504 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11010011 | 0 | 11010 | 1011 | 111 | 101000100 | 111110 | 1010000 |
Color Harmonies of #ECAED3
Complementary color
Monochromatic Colors of #ECAED3
Black with #ECAED3
Text Example
Text Example
White with #ECAED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAED3; }
p { color: rgb(236,174,211); }
H1.HeaderClassName
{
color: #ECAED3;
}
.AnyTagClassName
{
color: #ECAED3;
}
</style>
background-color css
<style>
a { background-color: #ECAED3; }
a { background-color: rgb(236,174,211); }
div.DivClassName
{
background-color: #ECAED3;
}
.BgClassName
{
background-color: #ECAED3;
}
</style>
border-color css
<style>
span { border-color: #ECAED3; }
span { border-color: rgb(236,174,211); }
td.TdClassName
{
border-color: #ECAED3;
}
.TagClassName
{
border-color: #ECAED3;
}
</style>