Shades of Lavender Pink #ECB2D7
Tints of Lavender Pink #ECB2D7
RGB
CMYK
RGB Variations
Color information
#ECB2D7 (or 0xECB2D7) is known color: Lavender Pink. HEX triplet: EC, B2 and D7. RGB value is (236,178,215). Sum of RGB (Red+Green+Blue) = 236+178+215=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2D7 is #134D28. Grayscale: #C7C7C7. Windows color (decimal): -1264937 or 14136044. OLE color: 14136044.
HSL color Cylindrical-coordinate representation of color #ECB2D7: hue angle of 321.72º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB2D7 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 215 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.07 |
| HSL | 321.72º | 0.6% | 0.81% | - |
| HSV(B) | 321.72º | 0.25% | 0.93% | - |
| XYZ | 62.78 | 54.58 | 71.52 | - |
| YUV | 199.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 215 | 0 | 0.25 | 0.09 | 0.07 | 321.72 | 0.6 | 0.81 |
| Hex | EC | B2 | D7 | 0 | 19 | 9 | 7 | 142 | 3C | 51 |
| Octal | 354 | 262 | 327 | 0 | 31 | 11 | 7 | 502 | 74 | 121 |
| Binary | 11101100 | 10110010 | 11010111 | 0 | 11001 | 1001 | 111 | 101000010 | 111100 | 1010001 |
Color Harmonies of #ECB2D7
Complementary color
Monochromatic Colors of #ECB2D7
Black with #ECB2D7
Text Example
Text Example
White with #ECB2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2D7; }
p { color: rgb(236,178,215); }
H1.HeaderClassName
{
color: #ECB2D7;
}
.AnyTagClassName
{
color: #ECB2D7;
}
</style>
background-color css
<style>
a { background-color: #ECB2D7; }
a { background-color: rgb(236,178,215); }
div.DivClassName
{
background-color: #ECB2D7;
}
.BgClassName
{
background-color: #ECB2D7;
}
</style>
border-color css
<style>
span { border-color: #ECB2D7; }
span { border-color: rgb(236,178,215); }
td.TdClassName
{
border-color: #ECB2D7;
}
.TagClassName
{
border-color: #ECB2D7;
}
</style>