Shades of Lavender Pink #ECB1CC
Tints of Lavender Pink #ECB1CC
RGB
CMYK
RGB Variations
Color information
#ECB1CC (or 0xECB1CC) is known color: Lavender Pink. HEX triplet: EC, B1 and CC. RGB value is (236,177,204). Sum of RGB (Red+Green+Blue) = 236+177+204=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1CC is #134E33. Grayscale: #C5C5C5. Windows color (decimal): -1265204 or 13414892. OLE color: 13414892.
HSL color Cylindrical-coordinate representation of color #ECB1CC: hue angle of 332.54º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB1CC is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 204 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.07 |
| HSL | 332.54º | 0.61% | 0.81% | - |
| HSV(B) | 332.54º | 0.25% | 0.93% | - |
| XYZ | 61.21 | 53.64 | 64.25 | - |
| YUV | 197.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 204 | 0 | 0.25 | 0.14 | 0.07 | 332.54 | 0.61 | 0.81 |
| Hex | EC | B1 | CC | 0 | 19 | E | 7 | 14D | 3D | 51 |
| Octal | 354 | 261 | 314 | 0 | 31 | 16 | 7 | 515 | 75 | 121 |
| Binary | 11101100 | 10110001 | 11001100 | 0 | 11001 | 1110 | 111 | 101001101 | 111101 | 1010001 |
Color Harmonies of #ECB1CC
Complementary color
Monochromatic Colors of #ECB1CC
Black with #ECB1CC
Text Example
Text Example
White with #ECB1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1CC; }
p { color: rgb(236,177,204); }
H1.HeaderClassName
{
color: #ECB1CC;
}
.AnyTagClassName
{
color: #ECB1CC;
}
</style>
background-color css
<style>
a { background-color: #ECB1CC; }
a { background-color: rgb(236,177,204); }
div.DivClassName
{
background-color: #ECB1CC;
}
.BgClassName
{
background-color: #ECB1CC;
}
</style>
border-color css
<style>
span { border-color: #ECB1CC; }
span { border-color: rgb(236,177,204); }
td.TdClassName
{
border-color: #ECB1CC;
}
.TagClassName
{
border-color: #ECB1CC;
}
</style>