Shades of Lavender Pink #EDACD1
Tints of Lavender Pink #EDACD1
RGB
CMYK
RGB Variations
Color information
#EDACD1 (or 0xEDACD1) is known color: Lavender Pink. HEX triplet: ED, AC and D1. RGB value is (237,172,209). Sum of RGB (Red+Green+Blue) = 237+172+209=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACD1 is #12532E. Grayscale: #C3C3C3. Windows color (decimal): -1200943 or 13741293. OLE color: 13741293.
HSL color Cylindrical-coordinate representation of color #EDACD1: hue angle of 325.85º 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 #EDACD1 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 209 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.07 |
| HSL | 325.85º | 0.64% | 0.8% | - |
| HSV(B) | 325.85º | 0.27% | 0.93% | - |
| XYZ | 61.19 | 52.11 | 67.16 | - |
| YUV | 195.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 209 | 0 | 0.27 | 0.12 | 0.07 | 325.85 | 0.64 | 0.8 |
| Hex | ED | AC | D1 | 0 | 1B | C | 7 | 146 | 40 | 50 |
| Octal | 355 | 254 | 321 | 0 | 33 | 14 | 7 | 506 | 100 | 120 |
| Binary | 11101101 | 10101100 | 11010001 | 0 | 11011 | 1100 | 111 | 101000110 | 1000000 | 1010000 |
Color Harmonies of #EDACD1
Complementary color
Monochromatic Colors of #EDACD1
Black with #EDACD1
Text Example
Text Example
White with #EDACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACD1; }
p { color: rgb(237,172,209); }
H1.HeaderClassName
{
color: #EDACD1;
}
.AnyTagClassName
{
color: #EDACD1;
}
</style>
background-color css
<style>
a { background-color: #EDACD1; }
a { background-color: rgb(237,172,209); }
div.DivClassName
{
background-color: #EDACD1;
}
.BgClassName
{
background-color: #EDACD1;
}
</style>
border-color css
<style>
span { border-color: #EDACD1; }
span { border-color: rgb(237,172,209); }
td.TdClassName
{
border-color: #EDACD1;
}
.TagClassName
{
border-color: #EDACD1;
}
</style>