Shades of Lavender Pink #ECAFD2
Tints of Lavender Pink #ECAFD2
RGB
CMYK
RGB Variations
Color information
#ECAFD2 (or 0xECAFD2) is known color: Lavender Pink. HEX triplet: EC, AF and D2. RGB value is (236,175,210). Sum of RGB (Red+Green+Blue) = 236+175+210=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFD2 is #13502D. Grayscale: #C5C5C5. Windows color (decimal): -1265710 or 13807596. OLE color: 13807596.
HSL color Cylindrical-coordinate representation of color #ECAFD2: hue angle of 325.57º 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 #ECAFD2 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 210 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.07 |
| HSL | 325.57º | 0.62% | 0.81% | - |
| HSV(B) | 325.57º | 0.26% | 0.93% | - |
| XYZ | 61.55 | 53.15 | 67.99 | - |
| YUV | 197.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 210 | 0 | 0.26 | 0.11 | 0.07 | 325.57 | 0.62 | 0.81 |
| Hex | EC | AF | D2 | 0 | 1A | B | 7 | 146 | 3E | 51 |
| Octal | 354 | 257 | 322 | 0 | 32 | 13 | 7 | 506 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11010010 | 0 | 11010 | 1011 | 111 | 101000110 | 111110 | 1010001 |
Color Harmonies of #ECAFD2
Complementary color
Monochromatic Colors of #ECAFD2
Black with #ECAFD2
Text Example
Text Example
White with #ECAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFD2; }
p { color: rgb(236,175,210); }
H1.HeaderClassName
{
color: #ECAFD2;
}
.AnyTagClassName
{
color: #ECAFD2;
}
</style>
background-color css
<style>
a { background-color: #ECAFD2; }
a { background-color: rgb(236,175,210); }
div.DivClassName
{
background-color: #ECAFD2;
}
.BgClassName
{
background-color: #ECAFD2;
}
</style>
border-color css
<style>
span { border-color: #ECAFD2; }
span { border-color: rgb(236,175,210); }
td.TdClassName
{
border-color: #ECAFD2;
}
.TagClassName
{
border-color: #ECAFD2;
}
</style>