Shades of Lavender Pink #ECB3CF
Tints of Lavender Pink #ECB3CF
RGB
CMYK
RGB Variations
Color information
#ECB3CF (or 0xECB3CF) is known color: Lavender Pink. HEX triplet: EC, B3 and CF. RGB value is (236,179,207). Sum of RGB (Red+Green+Blue) = 236+179+207=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3CF is #134C30. Grayscale: #C7C7C7. Windows color (decimal): -1264689 or 13612012. OLE color: 13612012.
HSL color Cylindrical-coordinate representation of color #ECB3CF: hue angle of 330.53º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3CF is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 207 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.07 |
| HSL | 330.53º | 0.6% | 0.81% | - |
| HSV(B) | 330.53º | 0.24% | 0.93% | - |
| XYZ | 61.97 | 54.58 | 66.3 | - |
| YUV | 199.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 207 | 0 | 0.24 | 0.12 | 0.07 | 330.53 | 0.6 | 0.81 |
| Hex | EC | B3 | CF | 0 | 18 | C | 7 | 14B | 3C | 51 |
| Octal | 354 | 263 | 317 | 0 | 30 | 14 | 7 | 513 | 74 | 121 |
| Binary | 11101100 | 10110011 | 11001111 | 0 | 11000 | 1100 | 111 | 101001011 | 111100 | 1010001 |
Color Harmonies of #ECB3CF
Complementary color
Monochromatic Colors of #ECB3CF
Black with #ECB3CF
Text Example
Text Example
White with #ECB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3CF; }
p { color: rgb(236,179,207); }
H1.HeaderClassName
{
color: #ECB3CF;
}
.AnyTagClassName
{
color: #ECB3CF;
}
</style>
background-color css
<style>
a { background-color: #ECB3CF; }
a { background-color: rgb(236,179,207); }
div.DivClassName
{
background-color: #ECB3CF;
}
.BgClassName
{
background-color: #ECB3CF;
}
</style>
border-color css
<style>
span { border-color: #ECB3CF; }
span { border-color: rgb(236,179,207); }
td.TdClassName
{
border-color: #ECB3CF;
}
.TagClassName
{
border-color: #ECB3CF;
}
</style>