Shades of Lavender Pink #ECADCF
Tints of Lavender Pink #ECADCF
RGB
CMYK
RGB Variations
Color information
#ECADCF (or 0xECADCF) is known color: Lavender Pink. HEX triplet: EC, AD and CF. RGB value is (236,173,207). Sum of RGB (Red+Green+Blue) = 236+173+207=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADCF is #135230. Grayscale: #C3C3C3. Windows color (decimal): -1266225 or 13610476. OLE color: 13610476.
HSL color Cylindrical-coordinate representation of color #ECADCF: hue angle of 327.62º 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 #ECADCF is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 207 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.07 |
| HSL | 327.62º | 0.62% | 0.8% | - |
| HSV(B) | 327.62º | 0.27% | 0.93% | - |
| XYZ | 60.8 | 52.23 | 65.91 | - |
| YUV | 195.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 207 | 0 | 0.27 | 0.12 | 0.07 | 327.62 | 0.62 | 0.8 |
| Hex | EC | AD | CF | 0 | 1B | C | 7 | 148 | 3E | 50 |
| Octal | 354 | 255 | 317 | 0 | 33 | 14 | 7 | 510 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11001111 | 0 | 11011 | 1100 | 111 | 101001000 | 111110 | 1010000 |
Color Harmonies of #ECADCF
Complementary color
Monochromatic Colors of #ECADCF
Black with #ECADCF
Text Example
Text Example
White with #ECADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADCF; }
p { color: rgb(236,173,207); }
H1.HeaderClassName
{
color: #ECADCF;
}
.AnyTagClassName
{
color: #ECADCF;
}
</style>
background-color css
<style>
a { background-color: #ECADCF; }
a { background-color: rgb(236,173,207); }
div.DivClassName
{
background-color: #ECADCF;
}
.BgClassName
{
background-color: #ECADCF;
}
</style>
border-color css
<style>
span { border-color: #ECADCF; }
span { border-color: rgb(236,173,207); }
td.TdClassName
{
border-color: #ECADCF;
}
.TagClassName
{
border-color: #ECADCF;
}
</style>