Shades of Lavender Pink #ECB6D7
Tints of Lavender Pink #ECB6D7
RGB
CMYK
RGB Variations
Color information
#ECB6D7 (or 0xECB6D7) is known color: Lavender Pink. HEX triplet: EC, B6 and D7. RGB value is (236,182,215). Sum of RGB (Red+Green+Blue) = 236+182+215=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6D7 is #134928. Grayscale: #C9C9C9. Windows color (decimal): -1263913 or 14137068. OLE color: 14137068.
HSL color Cylindrical-coordinate representation of color #ECB6D7: hue angle of 323.33º 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 #ECB6D7 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 215 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.07 |
| HSL | 323.33º | 0.59% | 0.82% | - |
| HSV(B) | 323.33º | 0.23% | 0.93% | - |
| XYZ | 63.59 | 56.2 | 71.79 | - |
| YUV | 201.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 215 | 0 | 0.23 | 0.09 | 0.07 | 323.33 | 0.59 | 0.82 |
| Hex | EC | B6 | D7 | 0 | 17 | 9 | 7 | 143 | 3B | 52 |
| Octal | 354 | 266 | 327 | 0 | 27 | 11 | 7 | 503 | 73 | 122 |
| Binary | 11101100 | 10110110 | 11010111 | 0 | 10111 | 1001 | 111 | 101000011 | 111011 | 1010010 |
Color Harmonies of #ECB6D7
Complementary color
Monochromatic Colors of #ECB6D7
Black with #ECB6D7
Text Example
Text Example
White with #ECB6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6D7; }
p { color: rgb(236,182,215); }
H1.HeaderClassName
{
color: #ECB6D7;
}
.AnyTagClassName
{
color: #ECB6D7;
}
</style>
background-color css
<style>
a { background-color: #ECB6D7; }
a { background-color: rgb(236,182,215); }
div.DivClassName
{
background-color: #ECB6D7;
}
.BgClassName
{
background-color: #ECB6D7;
}
</style>
border-color css
<style>
span { border-color: #ECB6D7; }
span { border-color: rgb(236,182,215); }
td.TdClassName
{
border-color: #ECB6D7;
}
.TagClassName
{
border-color: #ECB6D7;
}
</style>