Shades of Lavender Pink #ECB7D9
Tints of Lavender Pink #ECB7D9
RGB
CMYK
RGB Variations
Color information
#ECB7D9 (or 0xECB7D9) is known color: Lavender Pink. HEX triplet: EC, B7 and D9. RGB value is (236,183,217). Sum of RGB (Red+Green+Blue) = 236+183+217=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7D9 is #134826. Grayscale: #CACACA. Windows color (decimal): -1263655 or 14268396. OLE color: 14268396.
HSL color Cylindrical-coordinate representation of color #ECB7D9: hue angle of 321.51º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB7D9 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 183 | 217 | - |
CMYK | 0 | 0.22 | 0.08 | 0.07 |
HSL | 321.51º | 0.58% | 0.82% | - |
HSV(B) | 321.51º | 0.22% | 0.93% | - |
XYZ | 64.05 | 56.71 | 73.22 | - |
YUV | 202.72 | 136.06 | 151.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 183 | 217 | 0 | 0.22 | 0.08 | 0.07 | 321.51 | 0.58 | 0.82 |
Hex | EC | B7 | D9 | 0 | 16 | 8 | 7 | 142 | 3A | 52 |
Octal | 354 | 267 | 331 | 0 | 26 | 10 | 7 | 502 | 72 | 122 |
Binary | 11101100 | 10110111 | 11011001 | 0 | 10110 | 1000 | 111 | 101000010 | 111010 | 1010010 |
Color Harmonies of #ECB7D9
Complementary color
Monochromatic Colors of #ECB7D9
Black with #ECB7D9
Text Example
Text Example
White with #ECB7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7D9; }
p { color: rgb(236,183,217); }
H1.HeaderClassName
{
color: #ECB7D9;
}
.AnyTagClassName
{
color: #ECB7D9;
}
</style>
background-color css
<style>
a { background-color: #ECB7D9; }
a { background-color: rgb(236,183,217); }
div.DivClassName
{
background-color: #ECB7D9;
}
.BgClassName
{
background-color: #ECB7D9;
}
</style>
border-color css
<style>
span { border-color: #ECB7D9; }
span { border-color: rgb(236,183,217); }
td.TdClassName
{
border-color: #ECB7D9;
}
.TagClassName
{
border-color: #ECB7D9;
}
</style>