Shades of Lavender Pink #ECB6D4
Tints of Lavender Pink #ECB6D4
RGB
CMYK
RGB Variations
Color information
#ECB6D4 (or 0xECB6D4) is known color: Lavender Pink. HEX triplet: EC, B6 and D4. RGB value is (236,182,212). Sum of RGB (Red+Green+Blue) = 236+182+212=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6D4 is #13492B. Grayscale: #C9C9C9. Windows color (decimal): -1263916 or 13940460. OLE color: 13940460.
HSL color Cylindrical-coordinate representation of color #ECB6D4: hue angle of 326.67º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB6D4 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 212 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.07 |
| HSL | 326.67º | 0.59% | 0.82% | - |
| HSV(B) | 326.67º | 0.23% | 0.93% | - |
| XYZ | 63.2 | 56.04 | 69.77 | - |
| YUV | 201.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 212 | 0 | 0.23 | 0.10 | 0.07 | 326.67 | 0.59 | 0.82 |
| Hex | EC | B6 | D4 | 0 | 17 | A | 7 | 147 | 3B | 52 |
| Octal | 354 | 266 | 324 | 0 | 27 | 12 | 7 | 507 | 73 | 122 |
| Binary | 11101100 | 10110110 | 11010100 | 0 | 10111 | 1010 | 111 | 101000111 | 111011 | 1010010 |
Color Harmonies of #ECB6D4
Complementary color
Monochromatic Colors of #ECB6D4
Black with #ECB6D4
Text Example
Text Example
White with #ECB6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6D4; }
p { color: rgb(236,182,212); }
H1.HeaderClassName
{
color: #ECB6D4;
}
.AnyTagClassName
{
color: #ECB6D4;
}
</style>
background-color css
<style>
a { background-color: #ECB6D4; }
a { background-color: rgb(236,182,212); }
div.DivClassName
{
background-color: #ECB6D4;
}
.BgClassName
{
background-color: #ECB6D4;
}
</style>
border-color css
<style>
span { border-color: #ECB6D4; }
span { border-color: rgb(236,182,212); }
td.TdClassName
{
border-color: #ECB6D4;
}
.TagClassName
{
border-color: #ECB6D4;
}
</style>