Shades of Lavender Pink #ECB3D7
Tints of Lavender Pink #ECB3D7
RGB
CMYK
RGB Variations
Color information
#ECB3D7 (or 0xECB3D7) is known color: Lavender Pink. HEX triplet: EC, B3 and D7. RGB value is (236,179,215). Sum of RGB (Red+Green+Blue) = 236+179+215=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3D7 is #134C28. Grayscale: #C8C8C8. Windows color (decimal): -1264681 or 14136300. OLE color: 14136300.
HSL color Cylindrical-coordinate representation of color #ECB3D7: hue angle of 322.11º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3D7 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 215 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.07 |
| HSL | 322.11º | 0.6% | 0.81% | - |
| HSV(B) | 322.11º | 0.24% | 0.93% | - |
| XYZ | 62.98 | 54.98 | 71.58 | - |
| YUV | 200.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 215 | 0 | 0.24 | 0.09 | 0.07 | 322.11 | 0.6 | 0.81 |
| Hex | EC | B3 | D7 | 0 | 18 | 9 | 7 | 142 | 3C | 51 |
| Octal | 354 | 263 | 327 | 0 | 30 | 11 | 7 | 502 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11010111 | 0 | 11000 | 1001 | 111 | 101000010 | 111100 | 1010001 |
Color Harmonies of #ECB3D7
Complementary color
Monochromatic Colors of #ECB3D7
Black with #ECB3D7
Text Example
Text Example
White with #ECB3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3D7; }
p { color: rgb(236,179,215); }
H1.HeaderClassName
{
color: #ECB3D7;
}
.AnyTagClassName
{
color: #ECB3D7;
}
</style>
background-color css
<style>
a { background-color: #ECB3D7; }
a { background-color: rgb(236,179,215); }
div.DivClassName
{
background-color: #ECB3D7;
}
.BgClassName
{
background-color: #ECB3D7;
}
</style>
border-color css
<style>
span { border-color: #ECB3D7; }
span { border-color: rgb(236,179,215); }
td.TdClassName
{
border-color: #ECB3D7;
}
.TagClassName
{
border-color: #ECB3D7;
}
</style>