Shades of Lavender Pink #EDA3CF
Tints of Lavender Pink #EDA3CF
RGB
CMYK
RGB Variations
Color information
#EDA3CF (or 0xEDA3CF) is known color: Lavender Pink. HEX triplet: ED, A3 and CF. RGB value is (237,163,207). Sum of RGB (Red+Green+Blue) = 237+163+207=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3CF is #125C30. Grayscale: #BEBEBE. Windows color (decimal): -1203249 or 13607917. OLE color: 13607917.
HSL color Cylindrical-coordinate representation of color #EDA3CF: hue angle of 324.32º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3CF is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 207 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.07 |
| HSL | 324.32º | 0.67% | 0.78% | - |
| HSV(B) | 324.32º | 0.31% | 0.93% | - |
| XYZ | 59.28 | 48.7 | 65.31 | - |
| YUV | 190.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 207 | 0 | 0.31 | 0.13 | 0.07 | 324.32 | 0.67 | 0.78 |
| Hex | ED | A3 | CF | 0 | 1F | D | 7 | 144 | 43 | 4E |
| Octal | 355 | 243 | 317 | 0 | 37 | 15 | 7 | 504 | 103 | 116 |
| Binary | 11101101 | 10100011 | 11001111 | 0 | 11111 | 1101 | 111 | 101000100 | 1000011 | 1001110 |
Color Harmonies of #EDA3CF
Complementary color
Monochromatic Colors of #EDA3CF
Black with #EDA3CF
Text Example
Text Example
White with #EDA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3CF; }
p { color: rgb(237,163,207); }
H1.HeaderClassName
{
color: #EDA3CF;
}
.AnyTagClassName
{
color: #EDA3CF;
}
</style>
background-color css
<style>
a { background-color: #EDA3CF; }
a { background-color: rgb(237,163,207); }
div.DivClassName
{
background-color: #EDA3CF;
}
.BgClassName
{
background-color: #EDA3CF;
}
</style>
border-color css
<style>
span { border-color: #EDA3CF; }
span { border-color: rgb(237,163,207); }
td.TdClassName
{
border-color: #EDA3CF;
}
.TagClassName
{
border-color: #EDA3CF;
}
</style>