Shades of Lavender Pink #ECB4D6
Tints of Lavender Pink #ECB4D6
RGB
CMYK
RGB Variations
Color information
#ECB4D6 (or 0xECB4D6) is known color: Lavender Pink. HEX triplet: EC, B4 and D6. RGB value is (236,180,214). Sum of RGB (Red+Green+Blue) = 236+180+214=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4D6 is #134B29. Grayscale: #C8C8C8. Windows color (decimal): -1264426 or 14071020. OLE color: 14071020.
HSL color Cylindrical-coordinate representation of color #ECB4D6: hue angle of 323.57º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4D6 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 214 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.07 |
| HSL | 323.57º | 0.6% | 0.82% | - |
| HSV(B) | 323.57º | 0.24% | 0.93% | - |
| XYZ | 63.05 | 55.33 | 70.98 | - |
| YUV | 200.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 214 | 0 | 0.24 | 0.09 | 0.07 | 323.57 | 0.6 | 0.82 |
| Hex | EC | B4 | D6 | 0 | 18 | 9 | 7 | 144 | 3C | 52 |
| Octal | 354 | 264 | 326 | 0 | 30 | 11 | 7 | 504 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11010110 | 0 | 11000 | 1001 | 111 | 101000100 | 111100 | 1010010 |
Color Harmonies of #ECB4D6
Complementary color
Monochromatic Colors of #ECB4D6
Black with #ECB4D6
Text Example
Text Example
White with #ECB4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4D6; }
p { color: rgb(236,180,214); }
H1.HeaderClassName
{
color: #ECB4D6;
}
.AnyTagClassName
{
color: #ECB4D6;
}
</style>
background-color css
<style>
a { background-color: #ECB4D6; }
a { background-color: rgb(236,180,214); }
div.DivClassName
{
background-color: #ECB4D6;
}
.BgClassName
{
background-color: #ECB4D6;
}
</style>
border-color css
<style>
span { border-color: #ECB4D6; }
span { border-color: rgb(236,180,214); }
td.TdClassName
{
border-color: #ECB4D6;
}
.TagClassName
{
border-color: #ECB4D6;
}
</style>