Shades of Lavender Pink #ECABD2
Tints of Lavender Pink #ECABD2
RGB
CMYK
RGB Variations
Color information
#ECABD2 (or 0xECABD2) is known color: Lavender Pink. HEX triplet: EC, AB and D2. RGB value is (236,171,210). Sum of RGB (Red+Green+Blue) = 236+171+210=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABD2 is #13542D. Grayscale: #C2C2C2. Windows color (decimal): -1266734 or 13806572. OLE color: 13806572.
HSL color Cylindrical-coordinate representation of color #ECABD2: hue angle of 324º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECABD2 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 210 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.07 |
| HSL | 324º | 0.63% | 0.8% | - |
| HSV(B) | 324º | 0.28% | 0.93% | - |
| XYZ | 60.79 | 51.61 | 67.73 | - |
| YUV | 194.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 210 | 0 | 0.28 | 0.11 | 0.07 | 324 | 0.63 | 0.8 |
| Hex | EC | AB | D2 | 0 | 1C | B | 7 | 144 | 3F | 50 |
| Octal | 354 | 253 | 322 | 0 | 34 | 13 | 7 | 504 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11010010 | 0 | 11100 | 1011 | 111 | 101000100 | 111111 | 1010000 |
Color Harmonies of #ECABD2
Complementary color
Monochromatic Colors of #ECABD2
Black with #ECABD2
Text Example
Text Example
White with #ECABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABD2; }
p { color: rgb(236,171,210); }
H1.HeaderClassName
{
color: #ECABD2;
}
.AnyTagClassName
{
color: #ECABD2;
}
</style>
background-color css
<style>
a { background-color: #ECABD2; }
a { background-color: rgb(236,171,210); }
div.DivClassName
{
background-color: #ECABD2;
}
.BgClassName
{
background-color: #ECABD2;
}
</style>
border-color css
<style>
span { border-color: #ECABD2; }
span { border-color: rgb(236,171,210); }
td.TdClassName
{
border-color: #ECABD2;
}
.TagClassName
{
border-color: #ECABD2;
}
</style>