Shades of Lavender Pink #EDACCD
Tints of Lavender Pink #EDACCD
RGB
CMYK
RGB Variations
Color information
#EDACCD (or 0xEDACCD) is known color: Lavender Pink. HEX triplet: ED, AC and CD. RGB value is (237,172,205). Sum of RGB (Red+Green+Blue) = 237+172+205=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDACCD is #125332. Grayscale: #C3C3C3. Windows color (decimal): -1200947 or 13479149. OLE color: 13479149.
HSL color Cylindrical-coordinate representation of color #EDACCD: hue angle of 329.54º 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 #EDACCD is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 205 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.07 |
| HSL | 329.54º | 0.64% | 0.8% | - |
| HSV(B) | 329.54º | 0.27% | 0.93% | - |
| XYZ | 60.7 | 51.92 | 64.58 | - |
| YUV | 195.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 205 | 0 | 0.27 | 0.14 | 0.07 | 329.54 | 0.64 | 0.8 |
| Hex | ED | AC | CD | 0 | 1B | E | 7 | 14A | 40 | 50 |
| Octal | 355 | 254 | 315 | 0 | 33 | 16 | 7 | 512 | 100 | 120 |
| Binary | 11101101 | 10101100 | 11001101 | 0 | 11011 | 1110 | 111 | 101001010 | 1000000 | 1010000 |
Color Harmonies of #EDACCD
Complementary color
Monochromatic Colors of #EDACCD
Black with #EDACCD
Text Example
Text Example
White with #EDACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDACCD; }
p { color: rgb(237,172,205); }
H1.HeaderClassName
{
color: #EDACCD;
}
.AnyTagClassName
{
color: #EDACCD;
}
</style>
background-color css
<style>
a { background-color: #EDACCD; }
a { background-color: rgb(237,172,205); }
div.DivClassName
{
background-color: #EDACCD;
}
.BgClassName
{
background-color: #EDACCD;
}
</style>
border-color css
<style>
span { border-color: #EDACCD; }
span { border-color: rgb(237,172,205); }
td.TdClassName
{
border-color: #EDACCD;
}
.TagClassName
{
border-color: #EDACCD;
}
</style>