Shades of Lavender Pink #EDA6CF
Tints of Lavender Pink #EDA6CF
RGB
CMYK
RGB Variations
Color information
#EDA6CF (or 0xEDA6CF) is known color: Lavender Pink. HEX triplet: ED, A6 and CF. RGB value is (237,166,207). Sum of RGB (Red+Green+Blue) = 237+166+207=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6CF is #125930. Grayscale: #BFBFBF. Windows color (decimal): -1202481 or 13608685. OLE color: 13608685.
HSL color Cylindrical-coordinate representation of color #EDA6CF: hue angle of 325.35º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6CF is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 207 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.07 |
| HSL | 325.35º | 0.66% | 0.79% | - |
| HSV(B) | 325.35º | 0.3% | 0.93% | - |
| XYZ | 59.82 | 49.78 | 65.49 | - |
| YUV | 191.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 207 | 0 | 0.30 | 0.13 | 0.07 | 325.35 | 0.66 | 0.79 |
| Hex | ED | A6 | CF | 0 | 1E | D | 7 | 145 | 42 | 4F |
| Octal | 355 | 246 | 317 | 0 | 36 | 15 | 7 | 505 | 102 | 117 |
| Binary | 11101101 | 10100110 | 11001111 | 0 | 11110 | 1101 | 111 | 101000101 | 1000010 | 1001111 |
Color Harmonies of #EDA6CF
Complementary color
Monochromatic Colors of #EDA6CF
Black with #EDA6CF
Text Example
Text Example
White with #EDA6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6CF; }
p { color: rgb(237,166,207); }
H1.HeaderClassName
{
color: #EDA6CF;
}
.AnyTagClassName
{
color: #EDA6CF;
}
</style>
background-color css
<style>
a { background-color: #EDA6CF; }
a { background-color: rgb(237,166,207); }
div.DivClassName
{
background-color: #EDA6CF;
}
.BgClassName
{
background-color: #EDA6CF;
}
</style>
border-color css
<style>
span { border-color: #EDA6CF; }
span { border-color: rgb(237,166,207); }
td.TdClassName
{
border-color: #EDA6CF;
}
.TagClassName
{
border-color: #EDA6CF;
}
</style>