Shades of Lavender Pink #EDADD6
Tints of Lavender Pink #EDADD6
RGB
CMYK
RGB Variations
Color information
#EDADD6 (or 0xEDADD6) is known color: Lavender Pink. HEX triplet: ED, AD and D6. RGB value is (237,173,214). Sum of RGB (Red+Green+Blue) = 237+173+214=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADD6 is #125229. Grayscale: #C4C4C4. Windows color (decimal): -1200682 or 14069229. OLE color: 14069229.
HSL color Cylindrical-coordinate representation of color #EDADD6: hue angle of 321.56º degrees, saturation: 0.64, 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 #EDADD6 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 214 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.07 |
| HSL | 321.56º | 0.64% | 0.8% | - |
| HSV(B) | 321.56º | 0.27% | 0.93% | - |
| XYZ | 62.01 | 52.75 | 70.53 | - |
| YUV | 196.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 214 | 0 | 0.27 | 0.10 | 0.07 | 321.56 | 0.64 | 0.8 |
| Hex | ED | AD | D6 | 0 | 1B | A | 7 | 142 | 40 | 50 |
| Octal | 355 | 255 | 326 | 0 | 33 | 12 | 7 | 502 | 100 | 120 |
| Binary | 11101101 | 10101101 | 11010110 | 0 | 11011 | 1010 | 111 | 101000010 | 1000000 | 1010000 |
Color Harmonies of #EDADD6
Complementary color
Monochromatic Colors of #EDADD6
Black with #EDADD6
Text Example
Text Example
White with #EDADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADD6; }
p { color: rgb(237,173,214); }
H1.HeaderClassName
{
color: #EDADD6;
}
.AnyTagClassName
{
color: #EDADD6;
}
</style>
background-color css
<style>
a { background-color: #EDADD6; }
a { background-color: rgb(237,173,214); }
div.DivClassName
{
background-color: #EDADD6;
}
.BgClassName
{
background-color: #EDADD6;
}
</style>
border-color css
<style>
span { border-color: #EDADD6; }
span { border-color: rgb(237,173,214); }
td.TdClassName
{
border-color: #EDADD6;
}
.TagClassName
{
border-color: #EDADD6;
}
</style>