Shades of Lavender Pink #ECB0CC
Tints of Lavender Pink #ECB0CC
RGB
CMYK
RGB Variations
Color information
#ECB0CC (or 0xECB0CC) is known color: Lavender Pink. HEX triplet: EC, B0 and CC. RGB value is (236,176,204). Sum of RGB (Red+Green+Blue) = 236+176+204=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0CC is #134F33. Grayscale: #C5C5C5. Windows color (decimal): -1265460 or 13414636. OLE color: 13414636.
HSL color Cylindrical-coordinate representation of color #ECB0CC: hue angle of 332º 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 #ECB0CC is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 204 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.07 |
| HSL | 332º | 0.61% | 0.81% | - |
| HSV(B) | 332º | 0.25% | 0.93% | - |
| XYZ | 61.02 | 53.24 | 64.19 | - |
| YUV | 197.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 204 | 0 | 0.25 | 0.14 | 0.07 | 332 | 0.61 | 0.81 |
| Hex | EC | B0 | CC | 0 | 19 | E | 7 | 14C | 3D | 51 |
| Octal | 354 | 260 | 314 | 0 | 31 | 16 | 7 | 514 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11001100 | 0 | 11001 | 1110 | 111 | 101001100 | 111101 | 1010001 |
Color Harmonies of #ECB0CC
Complementary color
Monochromatic Colors of #ECB0CC
Black with #ECB0CC
Text Example
Text Example
White with #ECB0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0CC; }
p { color: rgb(236,176,204); }
H1.HeaderClassName
{
color: #ECB0CC;
}
.AnyTagClassName
{
color: #ECB0CC;
}
</style>
background-color css
<style>
a { background-color: #ECB0CC; }
a { background-color: rgb(236,176,204); }
div.DivClassName
{
background-color: #ECB0CC;
}
.BgClassName
{
background-color: #ECB0CC;
}
</style>
border-color css
<style>
span { border-color: #ECB0CC; }
span { border-color: rgb(236,176,204); }
td.TdClassName
{
border-color: #ECB0CC;
}
.TagClassName
{
border-color: #ECB0CC;
}
</style>