Shades of Lavender Pink #ECB6D2
Tints of Lavender Pink #ECB6D2
RGB
CMYK
RGB Variations
Color information
#ECB6D2 (or 0xECB6D2) is known color: Lavender Pink. HEX triplet: EC, B6 and D2. RGB value is (236,182,210). Sum of RGB (Red+Green+Blue) = 236+182+210=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6D2 is #13492D. Grayscale: #C9C9C9. Windows color (decimal): -1263918 or 13809388. OLE color: 13809388.
HSL color Cylindrical-coordinate representation of color #ECB6D2: hue angle of 328.89º 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 #ECB6D2 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 210 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.07 |
| HSL | 328.89º | 0.59% | 0.82% | - |
| HSV(B) | 328.89º | 0.23% | 0.93% | - |
| XYZ | 62.95 | 55.94 | 68.45 | - |
| YUV | 201.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 210 | 0 | 0.23 | 0.11 | 0.07 | 328.89 | 0.59 | 0.82 |
| Hex | EC | B6 | D2 | 0 | 17 | B | 7 | 149 | 3B | 52 |
| Octal | 354 | 266 | 322 | 0 | 27 | 13 | 7 | 511 | 73 | 122 |
| Binary | 11101100 | 10110110 | 11010010 | 0 | 10111 | 1011 | 111 | 101001001 | 111011 | 1010010 |
Color Harmonies of #ECB6D2
Complementary color
Monochromatic Colors of #ECB6D2
Black with #ECB6D2
Text Example
Text Example
White with #ECB6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6D2; }
p { color: rgb(236,182,210); }
H1.HeaderClassName
{
color: #ECB6D2;
}
.AnyTagClassName
{
color: #ECB6D2;
}
</style>
background-color css
<style>
a { background-color: #ECB6D2; }
a { background-color: rgb(236,182,210); }
div.DivClassName
{
background-color: #ECB6D2;
}
.BgClassName
{
background-color: #ECB6D2;
}
</style>
border-color css
<style>
span { border-color: #ECB6D2; }
span { border-color: rgb(236,182,210); }
td.TdClassName
{
border-color: #ECB6D2;
}
.TagClassName
{
border-color: #ECB6D2;
}
</style>