Shades of Lavender Pink #EDA9CF
Tints of Lavender Pink #EDA9CF
RGB
CMYK
RGB Variations
Color information
#EDA9CF (or 0xEDA9CF) is known color: Lavender Pink. HEX triplet: ED, A9 and CF. RGB value is (237,169,207). Sum of RGB (Red+Green+Blue) = 237+169+207=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9CF is #125630. Grayscale: #C1C1C1. Windows color (decimal): -1201713 or 13609453. OLE color: 13609453.
HSL color Cylindrical-coordinate representation of color #EDA9CF: hue angle of 326.47º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9CF is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 207 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.07 |
| HSL | 326.47º | 0.65% | 0.8% | - |
| HSV(B) | 326.47º | 0.29% | 0.93% | - |
| XYZ | 60.38 | 50.89 | 65.67 | - |
| YUV | 193.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 207 | 0 | 0.29 | 0.13 | 0.07 | 326.47 | 0.65 | 0.8 |
| Hex | ED | A9 | CF | 0 | 1D | D | 7 | 146 | 41 | 50 |
| Octal | 355 | 251 | 317 | 0 | 35 | 15 | 7 | 506 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11001111 | 0 | 11101 | 1101 | 111 | 101000110 | 1000001 | 1010000 |
Color Harmonies of #EDA9CF
Complementary color
Monochromatic Colors of #EDA9CF
Black with #EDA9CF
Text Example
Text Example
White with #EDA9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9CF; }
p { color: rgb(237,169,207); }
H1.HeaderClassName
{
color: #EDA9CF;
}
.AnyTagClassName
{
color: #EDA9CF;
}
</style>
background-color css
<style>
a { background-color: #EDA9CF; }
a { background-color: rgb(237,169,207); }
div.DivClassName
{
background-color: #EDA9CF;
}
.BgClassName
{
background-color: #EDA9CF;
}
</style>
border-color css
<style>
span { border-color: #EDA9CF; }
span { border-color: rgb(237,169,207); }
td.TdClassName
{
border-color: #EDA9CF;
}
.TagClassName
{
border-color: #EDA9CF;
}
</style>