Shades of Lavender Pink #ECB7D3
Tints of Lavender Pink #ECB7D3
RGB
CMYK
RGB Variations
Color information
#ECB7D3 (or 0xECB7D3) is known color: Lavender Pink. HEX triplet: EC, B7 and D3. RGB value is (236,183,211). Sum of RGB (Red+Green+Blue) = 236+183+211=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7D3 is #13482C. Grayscale: #C9C9C9. Windows color (decimal): -1263661 or 13875180. OLE color: 13875180.
HSL color Cylindrical-coordinate representation of color #ECB7D3: hue angle of 328.3º 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 #ECB7D3 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 211 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.07 |
| HSL | 328.3º | 0.58% | 0.82% | - |
| HSV(B) | 328.3º | 0.22% | 0.93% | - |
| XYZ | 63.28 | 56.4 | 69.18 | - |
| YUV | 202.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 211 | 0 | 0.22 | 0.11 | 0.07 | 328.3 | 0.58 | 0.82 |
| Hex | EC | B7 | D3 | 0 | 16 | B | 7 | 148 | 3A | 52 |
| Octal | 354 | 267 | 323 | 0 | 26 | 13 | 7 | 510 | 72 | 122 |
| Binary | 11101100 | 10110111 | 11010011 | 0 | 10110 | 1011 | 111 | 101001000 | 111010 | 1010010 |
Color Harmonies of #ECB7D3
Complementary color
Monochromatic Colors of #ECB7D3
Black with #ECB7D3
Text Example
Text Example
White with #ECB7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7D3; }
p { color: rgb(236,183,211); }
H1.HeaderClassName
{
color: #ECB7D3;
}
.AnyTagClassName
{
color: #ECB7D3;
}
</style>
background-color css
<style>
a { background-color: #ECB7D3; }
a { background-color: rgb(236,183,211); }
div.DivClassName
{
background-color: #ECB7D3;
}
.BgClassName
{
background-color: #ECB7D3;
}
</style>
border-color css
<style>
span { border-color: #ECB7D3; }
span { border-color: rgb(236,183,211); }
td.TdClassName
{
border-color: #ECB7D3;
}
.TagClassName
{
border-color: #ECB7D3;
}
</style>