Shades of Lavender Pink #ECADD3
Tints of Lavender Pink #ECADD3
RGB
CMYK
RGB Variations
Color information
#ECADD3 (or 0xECADD3) is known color: Lavender Pink. HEX triplet: EC, AD and D3. RGB value is (236,173,211). Sum of RGB (Red+Green+Blue) = 236+173+211=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADD3 is #13522C. Grayscale: #C4C4C4. Windows color (decimal): -1266221 or 13872620. OLE color: 13872620.
HSL color Cylindrical-coordinate representation of color #ECADD3: hue angle of 323.81º 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 #ECADD3 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 211 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.07 |
| HSL | 323.81º | 0.62% | 0.8% | - |
| HSV(B) | 323.81º | 0.27% | 0.93% | - |
| XYZ | 61.29 | 52.42 | 68.52 | - |
| YUV | 196.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 211 | 0 | 0.27 | 0.11 | 0.07 | 323.81 | 0.62 | 0.8 |
| Hex | EC | AD | D3 | 0 | 1B | B | 7 | 144 | 3E | 50 |
| Octal | 354 | 255 | 323 | 0 | 33 | 13 | 7 | 504 | 76 | 120 |
| Binary | 11101100 | 10101101 | 11010011 | 0 | 11011 | 1011 | 111 | 101000100 | 111110 | 1010000 |
Color Harmonies of #ECADD3
Complementary color
Monochromatic Colors of #ECADD3
Black with #ECADD3
Text Example
Text Example
White with #ECADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADD3; }
p { color: rgb(236,173,211); }
H1.HeaderClassName
{
color: #ECADD3;
}
.AnyTagClassName
{
color: #ECADD3;
}
</style>
background-color css
<style>
a { background-color: #ECADD3; }
a { background-color: rgb(236,173,211); }
div.DivClassName
{
background-color: #ECADD3;
}
.BgClassName
{
background-color: #ECADD3;
}
</style>
border-color css
<style>
span { border-color: #ECADD3; }
span { border-color: rgb(236,173,211); }
td.TdClassName
{
border-color: #ECADD3;
}
.TagClassName
{
border-color: #ECADD3;
}
</style>