Shades of Lavender Pink #EDADD7
Tints of Lavender Pink #EDADD7
RGB
CMYK
RGB Variations
Color information
#EDADD7 (or 0xEDADD7) is known color: Lavender Pink. HEX triplet: ED, AD and D7. RGB value is (237,173,215). Sum of RGB (Red+Green+Blue) = 237+173+215=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDADD7 is #125228. Grayscale: #C4C4C4. Windows color (decimal): -1200681 or 14134765. OLE color: 14134765.
HSL color Cylindrical-coordinate representation of color #EDADD7: hue angle of 320.62º 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 #EDADD7 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 215 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.07 |
| HSL | 320.63º | 0.64% | 0.8% | - |
| HSV(B) | 320.63º | 0.27% | 0.93% | - |
| XYZ | 62.13 | 52.8 | 71.21 | - |
| YUV | 196.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 215 | 0 | 0.27 | 0.09 | 0.07 | 320.63 | 0.64 | 0.8 |
| Hex | ED | AD | D7 | 0 | 1B | 9 | 7 | 141 | 40 | 50 |
| Octal | 355 | 255 | 327 | 0 | 33 | 11 | 7 | 501 | 100 | 120 |
| Binary | 11101101 | 10101101 | 11010111 | 0 | 11011 | 1001 | 111 | 101000001 | 1000000 | 1010000 |
Color Harmonies of #EDADD7
Complementary color
Monochromatic Colors of #EDADD7
Black with #EDADD7
Text Example
Text Example
White with #EDADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADD7; }
p { color: rgb(237,173,215); }
H1.HeaderClassName
{
color: #EDADD7;
}
.AnyTagClassName
{
color: #EDADD7;
}
</style>
background-color css
<style>
a { background-color: #EDADD7; }
a { background-color: rgb(237,173,215); }
div.DivClassName
{
background-color: #EDADD7;
}
.BgClassName
{
background-color: #EDADD7;
}
</style>
border-color css
<style>
span { border-color: #EDADD7; }
span { border-color: rgb(237,173,215); }
td.TdClassName
{
border-color: #EDADD7;
}
.TagClassName
{
border-color: #EDADD7;
}
</style>