Shades of Lavender Pink #ECADCE
Tints of Lavender Pink #ECADCE
RGB
CMYK
RGB Variations
Color information
#ECADCE (or 0xECADCE) is known color: Lavender Pink. HEX triplet: EC, AD and CE. RGB value is (236,173,206). Sum of RGB (Red+Green+Blue) = 236+173+206=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADCE is #135231. Grayscale: #C3C3C3. Windows color (decimal): -1266226 or 13544940. OLE color: 13544940.
HSL color Cylindrical-coordinate representation of color #ECADCE: hue angle of 328.57º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECADCE is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 206 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.07 |
| HSL | 328.57º | 0.62% | 0.8% | - |
| HSV(B) | 328.57º | 0.27% | 0.93% | - |
| XYZ | 60.68 | 52.18 | 65.27 | - |
| YUV | 195.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 206 | 0 | 0.27 | 0.13 | 0.07 | 328.57 | 0.62 | 0.8 |
| Hex | EC | AD | CE | 0 | 1B | D | 7 | 149 | 3E | 50 |
| Octal | 354 | 255 | 316 | 0 | 33 | 15 | 7 | 511 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11001110 | 0 | 11011 | 1101 | 111 | 101001001 | 111110 | 1010000 |
Color Harmonies of #ECADCE
Complementary color
Monochromatic Colors of #ECADCE
Black with #ECADCE
Text Example
Text Example
White with #ECADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADCE; }
p { color: rgb(236,173,206); }
H1.HeaderClassName
{
color: #ECADCE;
}
.AnyTagClassName
{
color: #ECADCE;
}
</style>
background-color css
<style>
a { background-color: #ECADCE; }
a { background-color: rgb(236,173,206); }
div.DivClassName
{
background-color: #ECADCE;
}
.BgClassName
{
background-color: #ECADCE;
}
</style>
border-color css
<style>
span { border-color: #ECADCE; }
span { border-color: rgb(236,173,206); }
td.TdClassName
{
border-color: #ECADCE;
}
.TagClassName
{
border-color: #ECADCE;
}
</style>