Shades of Lavender Pink #ECB8D1
Tints of Lavender Pink #ECB8D1
RGB
CMYK
RGB Variations
Color information
#ECB8D1 (or 0xECB8D1) is known color: Lavender Pink. HEX triplet: EC, B8 and D1. RGB value is (236,184,209). Sum of RGB (Red+Green+Blue) = 236+184+209=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8D1 is #13472E. Grayscale: #CACACA. Windows color (decimal): -1263407 or 13744364. OLE color: 13744364.
HSL color Cylindrical-coordinate representation of color #ECB8D1: hue angle of 331.15º 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 #ECB8D1 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 209 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.07 |
| HSL | 331.15º | 0.58% | 0.82% | - |
| HSV(B) | 331.15º | 0.22% | 0.93% | - |
| XYZ | 63.24 | 56.72 | 67.94 | - |
| YUV | 202.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 209 | 0 | 0.22 | 0.11 | 0.07 | 331.15 | 0.58 | 0.82 |
| Hex | EC | B8 | D1 | 0 | 16 | B | 7 | 14B | 3A | 52 |
| Octal | 354 | 270 | 321 | 0 | 26 | 13 | 7 | 513 | 72 | 122 |
| Binary | 11101100 | 10111000 | 11010001 | 0 | 10110 | 1011 | 111 | 101001011 | 111010 | 1010010 |
Color Harmonies of #ECB8D1
Complementary color
Monochromatic Colors of #ECB8D1
Black with #ECB8D1
Text Example
Text Example
White with #ECB8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8D1; }
p { color: rgb(236,184,209); }
H1.HeaderClassName
{
color: #ECB8D1;
}
.AnyTagClassName
{
color: #ECB8D1;
}
</style>
background-color css
<style>
a { background-color: #ECB8D1; }
a { background-color: rgb(236,184,209); }
div.DivClassName
{
background-color: #ECB8D1;
}
.BgClassName
{
background-color: #ECB8D1;
}
</style>
border-color css
<style>
span { border-color: #ECB8D1; }
span { border-color: rgb(236,184,209); }
td.TdClassName
{
border-color: #ECB8D1;
}
.TagClassName
{
border-color: #ECB8D1;
}
</style>