Shades of Lavender Pink #ECADD2
Tints of Lavender Pink #ECADD2
RGB
CMYK
RGB Variations
Color information
#ECADD2 (or 0xECADD2) is known color: Lavender Pink. HEX triplet: EC, AD and D2. RGB value is (236,173,210). Sum of RGB (Red+Green+Blue) = 236+173+210=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD2 is #13522D. Grayscale: #C3C3C3. Windows color (decimal): -1266222 or 13807084. OLE color: 13807084.
HSL color Cylindrical-coordinate representation of color #ECADD2: hue angle of 324.76º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADD2 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 210 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.07 |
| HSL | 324.76º | 0.62% | 0.8% | - |
| HSV(B) | 324.76º | 0.27% | 0.93% | - |
| XYZ | 61.17 | 52.37 | 67.86 | - |
| YUV | 196.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 210 | 0 | 0.27 | 0.11 | 0.07 | 324.76 | 0.62 | 0.8 |
| Hex | EC | AD | D2 | 0 | 1B | B | 7 | 145 | 3E | 50 |
| Octal | 354 | 255 | 322 | 0 | 33 | 13 | 7 | 505 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11010010 | 0 | 11011 | 1011 | 111 | 101000101 | 111110 | 1010000 |
Color Harmonies of #ECADD2
Complementary color
Monochromatic Colors of #ECADD2
Black with #ECADD2
Text Example
Text Example
White with #ECADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADD2; }
p { color: rgb(236,173,210); }
H1.HeaderClassName
{
color: #ECADD2;
}
.AnyTagClassName
{
color: #ECADD2;
}
</style>
background-color css
<style>
a { background-color: #ECADD2; }
a { background-color: rgb(236,173,210); }
div.DivClassName
{
background-color: #ECADD2;
}
.BgClassName
{
background-color: #ECADD2;
}
</style>
border-color css
<style>
span { border-color: #ECADD2; }
span { border-color: rgb(236,173,210); }
td.TdClassName
{
border-color: #ECADD2;
}
.TagClassName
{
border-color: #ECADD2;
}
</style>