Shades of Lavender Pink #ECB9D5
Tints of Lavender Pink #ECB9D5
RGB
CMYK
RGB Variations
Color information
#ECB9D5 (or 0xECB9D5) is known color: Lavender Pink. HEX triplet: EC, B9 and D5. RGB value is (236,185,213). Sum of RGB (Red+Green+Blue) = 236+185+213=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9D5 is #13462A. Grayscale: #CBCBCB. Windows color (decimal): -1263147 or 14006764. OLE color: 14006764.
HSL color Cylindrical-coordinate representation of color #ECB9D5: hue angle of 327.06º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9D5 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 213 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.07 |
| HSL | 327.06º | 0.57% | 0.83% | - |
| HSV(B) | 327.06º | 0.22% | 0.93% | - |
| XYZ | 63.95 | 57.33 | 70.65 | - |
| YUV | 203.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 213 | 0 | 0.22 | 0.10 | 0.07 | 327.06 | 0.57 | 0.83 |
| Hex | EC | B9 | D5 | 0 | 16 | A | 7 | 147 | 39 | 53 |
| Octal | 354 | 271 | 325 | 0 | 26 | 12 | 7 | 507 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11010101 | 0 | 10110 | 1010 | 111 | 101000111 | 111001 | 1010011 |
Color Harmonies of #ECB9D5
Complementary color
Monochromatic Colors of #ECB9D5
Black with #ECB9D5
Text Example
Text Example
White with #ECB9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9D5; }
p { color: rgb(236,185,213); }
H1.HeaderClassName
{
color: #ECB9D5;
}
.AnyTagClassName
{
color: #ECB9D5;
}
</style>
background-color css
<style>
a { background-color: #ECB9D5; }
a { background-color: rgb(236,185,213); }
div.DivClassName
{
background-color: #ECB9D5;
}
.BgClassName
{
background-color: #ECB9D5;
}
</style>
border-color css
<style>
span { border-color: #ECB9D5; }
span { border-color: rgb(236,185,213); }
td.TdClassName
{
border-color: #ECB9D5;
}
.TagClassName
{
border-color: #ECB9D5;
}
</style>