Shades of Lavender Pink #ECB8D9
Tints of Lavender Pink #ECB8D9
RGB
CMYK
RGB Variations
Color information
#ECB8D9 (or 0xECB8D9) is known color: Lavender Pink. HEX triplet: EC, B8 and D9. RGB value is (236,184,217). Sum of RGB (Red+Green+Blue) = 236+184+217=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8D9 is #134726. Grayscale: #CBCBCB. Windows color (decimal): -1263399 or 14268652. OLE color: 14268652.
HSL color Cylindrical-coordinate representation of color #ECB8D9: hue angle of 321.92º 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 #ECB8D9 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 217 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.07 |
| HSL | 321.92º | 0.58% | 0.82% | - |
| HSV(B) | 321.92º | 0.22% | 0.93% | - |
| XYZ | 64.26 | 57.12 | 73.28 | - |
| YUV | 203.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 217 | 0 | 0.22 | 0.08 | 0.07 | 321.92 | 0.58 | 0.82 |
| Hex | EC | B8 | D9 | 0 | 16 | 8 | 7 | 142 | 3A | 52 |
| Octal | 354 | 270 | 331 | 0 | 26 | 10 | 7 | 502 | 72 | 122 |
| Binary | 11101100 | 10111000 | 11011001 | 0 | 10110 | 1000 | 111 | 101000010 | 111010 | 1010010 |
Color Harmonies of #ECB8D9
Complementary color
Monochromatic Colors of #ECB8D9
Black with #ECB8D9
Text Example
Text Example
White with #ECB8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8D9; }
p { color: rgb(236,184,217); }
H1.HeaderClassName
{
color: #ECB8D9;
}
.AnyTagClassName
{
color: #ECB8D9;
}
</style>
background-color css
<style>
a { background-color: #ECB8D9; }
a { background-color: rgb(236,184,217); }
div.DivClassName
{
background-color: #ECB8D9;
}
.BgClassName
{
background-color: #ECB8D9;
}
</style>
border-color css
<style>
span { border-color: #ECB8D9; }
span { border-color: rgb(236,184,217); }
td.TdClassName
{
border-color: #ECB8D9;
}
.TagClassName
{
border-color: #ECB8D9;
}
</style>