Shades of Lavender Pink #ECAFD0
Tints of Lavender Pink #ECAFD0
RGB
CMYK
RGB Variations
Color information
#ECAFD0 (or 0xECAFD0) is known color: Lavender Pink. HEX triplet: EC, AF and D0. RGB value is (236,175,208). Sum of RGB (Red+Green+Blue) = 236+175+208=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFD0 is #13502F. Grayscale: #C4C4C4. Windows color (decimal): -1265712 or 13676524. OLE color: 13676524.
HSL color Cylindrical-coordinate representation of color #ECAFD0: hue angle of 327.54º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFD0 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 208 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.07 |
| HSL | 327.54º | 0.62% | 0.81% | - |
| HSV(B) | 327.54º | 0.26% | 0.93% | - |
| XYZ | 61.31 | 53.05 | 66.68 | - |
| YUV | 197 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 208 | 0 | 0.26 | 0.12 | 0.07 | 327.54 | 0.62 | 0.81 |
| Hex | EC | AF | D0 | 0 | 1A | C | 7 | 148 | 3E | 51 |
| Octal | 354 | 257 | 320 | 0 | 32 | 14 | 7 | 510 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11010000 | 0 | 11010 | 1100 | 111 | 101001000 | 111110 | 1010001 |
Color Harmonies of #ECAFD0
Complementary color
Monochromatic Colors of #ECAFD0
Black with #ECAFD0
Text Example
Text Example
White with #ECAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFD0; }
p { color: rgb(236,175,208); }
H1.HeaderClassName
{
color: #ECAFD0;
}
.AnyTagClassName
{
color: #ECAFD0;
}
</style>
background-color css
<style>
a { background-color: #ECAFD0; }
a { background-color: rgb(236,175,208); }
div.DivClassName
{
background-color: #ECAFD0;
}
.BgClassName
{
background-color: #ECAFD0;
}
</style>
border-color css
<style>
span { border-color: #ECAFD0; }
span { border-color: rgb(236,175,208); }
td.TdClassName
{
border-color: #ECAFD0;
}
.TagClassName
{
border-color: #ECAFD0;
}
</style>