Shades of Lavender Pink #ECB9D7
Tints of Lavender Pink #ECB9D7
RGB
CMYK
RGB Variations
Color information
#ECB9D7 (or 0xECB9D7) is known color: Lavender Pink. HEX triplet: EC, B9 and D7. RGB value is (236,185,215). Sum of RGB (Red+Green+Blue) = 236+185+215=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 215 (84.38% from 255 or 33.81% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9D7 is #134628. Grayscale: #CBCBCB. Windows color (decimal): -1263145 or 14137836. OLE color: 14137836.
HSL color Cylindrical-coordinate representation of color #ECB9D7: hue angle of 324.71º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9D7 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 185 | 215 | - |
CMYK | 0 | 0.22 | 0.09 | 0.07 |
HSL | 324.71º | 0.57% | 0.83% | - |
HSV(B) | 324.71º | 0.22% | 0.93% | - |
XYZ | 64.21 | 57.44 | 71.99 | - |
YUV | 203.67 | 134.4 | 151.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 185 | 215 | 0 | 0.22 | 0.09 | 0.07 | 324.71 | 0.57 | 0.83 |
Hex | EC | B9 | D7 | 0 | 16 | 9 | 7 | 145 | 39 | 53 |
Octal | 354 | 271 | 327 | 0 | 26 | 11 | 7 | 505 | 71 | 123 |
Binary | 11101100 | 10111001 | 11010111 | 0 | 10110 | 1001 | 111 | 101000101 | 111001 | 1010011 |
Color Harmonies of #ECB9D7
Complementary color
Monochromatic Colors of #ECB9D7
Black with #ECB9D7
Text Example
Text Example
White with #ECB9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9D7; }
p { color: rgb(236,185,215); }
H1.HeaderClassName
{
color: #ECB9D7;
}
.AnyTagClassName
{
color: #ECB9D7;
}
</style>
background-color css
<style>
a { background-color: #ECB9D7; }
a { background-color: rgb(236,185,215); }
div.DivClassName
{
background-color: #ECB9D7;
}
.BgClassName
{
background-color: #ECB9D7;
}
</style>
border-color css
<style>
span { border-color: #ECB9D7; }
span { border-color: rgb(236,185,215); }
td.TdClassName
{
border-color: #ECB9D7;
}
.TagClassName
{
border-color: #ECB9D7;
}
</style>