Shades of Lavender Pink #ECB3D4
Tints of Lavender Pink #ECB3D4
RGB
CMYK
RGB Variations
Color information
#ECB3D4 (or 0xECB3D4) is known color: Lavender Pink. HEX triplet: EC, B3 and D4. RGB value is (236,179,212). Sum of RGB (Red+Green+Blue) = 236+179+212=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3D4 is #134C2B. Grayscale: #C7C7C7. Windows color (decimal): -1264684 or 13939692. OLE color: 13939692.
HSL color Cylindrical-coordinate representation of color #ECB3D4: hue angle of 325.26º 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 #ECB3D4 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 212 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.07 |
| HSL | 325.26º | 0.6% | 0.81% | - |
| HSV(B) | 325.26º | 0.24% | 0.93% | - |
| XYZ | 62.6 | 54.83 | 69.57 | - |
| YUV | 199.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 212 | 0 | 0.24 | 0.10 | 0.07 | 325.26 | 0.6 | 0.81 |
| Hex | EC | B3 | D4 | 0 | 18 | A | 7 | 145 | 3C | 51 |
| Octal | 354 | 263 | 324 | 0 | 30 | 12 | 7 | 505 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11010100 | 0 | 11000 | 1010 | 111 | 101000101 | 111100 | 1010001 |
Color Harmonies of #ECB3D4
Complementary color
Monochromatic Colors of #ECB3D4
Black with #ECB3D4
Text Example
Text Example
White with #ECB3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3D4; }
p { color: rgb(236,179,212); }
H1.HeaderClassName
{
color: #ECB3D4;
}
.AnyTagClassName
{
color: #ECB3D4;
}
</style>
background-color css
<style>
a { background-color: #ECB3D4; }
a { background-color: rgb(236,179,212); }
div.DivClassName
{
background-color: #ECB3D4;
}
.BgClassName
{
background-color: #ECB3D4;
}
</style>
border-color css
<style>
span { border-color: #ECB3D4; }
span { border-color: rgb(236,179,212); }
td.TdClassName
{
border-color: #ECB3D4;
}
.TagClassName
{
border-color: #ECB3D4;
}
</style>