Shades of Lavender Pink #ECB9D4
Tints of Lavender Pink #ECB9D4
RGB
CMYK
RGB Variations
Color information
#ECB9D4 (or 0xECB9D4) is known color: Lavender Pink. HEX triplet: EC, B9 and D4. RGB value is (236,185,212). Sum of RGB (Red+Green+Blue) = 236+185+212=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9D4 is #13462B. Grayscale: #CBCBCB. Windows color (decimal): -1263148 or 13941228. OLE color: 13941228.
HSL color Cylindrical-coordinate representation of color #ECB9D4: hue angle of 328.24º 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 #ECB9D4 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 212 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.07 |
| HSL | 328.24º | 0.57% | 0.83% | - |
| HSV(B) | 328.24º | 0.22% | 0.93% | - |
| XYZ | 63.82 | 57.28 | 69.98 | - |
| YUV | 203.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 212 | 0 | 0.22 | 0.10 | 0.07 | 328.24 | 0.57 | 0.83 |
| Hex | EC | B9 | D4 | 0 | 16 | A | 7 | 148 | 39 | 53 |
| Octal | 354 | 271 | 324 | 0 | 26 | 12 | 7 | 510 | 71 | 123 |
| Binary | 11101100 | 10111001 | 11010100 | 0 | 10110 | 1010 | 111 | 101001000 | 111001 | 1010011 |
Color Harmonies of #ECB9D4
Complementary color
Monochromatic Colors of #ECB9D4
Black with #ECB9D4
Text Example
Text Example
White with #ECB9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9D4; }
p { color: rgb(236,185,212); }
H1.HeaderClassName
{
color: #ECB9D4;
}
.AnyTagClassName
{
color: #ECB9D4;
}
</style>
background-color css
<style>
a { background-color: #ECB9D4; }
a { background-color: rgb(236,185,212); }
div.DivClassName
{
background-color: #ECB9D4;
}
.BgClassName
{
background-color: #ECB9D4;
}
</style>
border-color css
<style>
span { border-color: #ECB9D4; }
span { border-color: rgb(236,185,212); }
td.TdClassName
{
border-color: #ECB9D4;
}
.TagClassName
{
border-color: #ECB9D4;
}
</style>