Shades of Lavender Pink #ECB4D1
Tints of Lavender Pink #ECB4D1
RGB
CMYK
RGB Variations
Color information
#ECB4D1 (or 0xECB4D1) is known color: Lavender Pink. HEX triplet: EC, B4 and D1. RGB value is (236,180,209). Sum of RGB (Red+Green+Blue) = 236+180+209=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4D1 is #134B2E. Grayscale: #C7C7C7. Windows color (decimal): -1264431 or 13743340. OLE color: 13743340.
HSL color Cylindrical-coordinate representation of color #ECB4D1: hue angle of 328.93º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4D1 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 209 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.07 |
| HSL | 328.93º | 0.6% | 0.82% | - |
| HSV(B) | 328.93º | 0.24% | 0.93% | - |
| XYZ | 62.42 | 55.08 | 67.66 | - |
| YUV | 200.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 209 | 0 | 0.24 | 0.11 | 0.07 | 328.93 | 0.6 | 0.82 |
| Hex | EC | B4 | D1 | 0 | 18 | B | 7 | 149 | 3C | 52 |
| Octal | 354 | 264 | 321 | 0 | 30 | 13 | 7 | 511 | 74 | 122 |
| Binary | 11101100 | 10110100 | 11010001 | 0 | 11000 | 1011 | 111 | 101001001 | 111100 | 1010010 |
Color Harmonies of #ECB4D1
Complementary color
Monochromatic Colors of #ECB4D1
Black with #ECB4D1
Text Example
Text Example
White with #ECB4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4D1; }
p { color: rgb(236,180,209); }
H1.HeaderClassName
{
color: #ECB4D1;
}
.AnyTagClassName
{
color: #ECB4D1;
}
</style>
background-color css
<style>
a { background-color: #ECB4D1; }
a { background-color: rgb(236,180,209); }
div.DivClassName
{
background-color: #ECB4D1;
}
.BgClassName
{
background-color: #ECB4D1;
}
</style>
border-color css
<style>
span { border-color: #ECB4D1; }
span { border-color: rgb(236,180,209); }
td.TdClassName
{
border-color: #ECB4D1;
}
.TagClassName
{
border-color: #ECB4D1;
}
</style>