Shades of Lavender Pink #EDABCD
Tints of Lavender Pink #EDABCD
RGB
CMYK
RGB Variations
Color information
#EDABCD (or 0xEDABCD) is known color: Lavender Pink. HEX triplet: ED, AB and CD. RGB value is (237,171,205). Sum of RGB (Red+Green+Blue) = 237+171+205=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABCD is #125432. Grayscale: #C2C2C2. Windows color (decimal): -1201203 or 13478893. OLE color: 13478893.
HSL color Cylindrical-coordinate representation of color #EDABCD: hue angle of 329.09º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABCD is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 205 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.07 |
| HSL | 329.09º | 0.65% | 0.8% | - |
| HSV(B) | 329.09º | 0.28% | 0.93% | - |
| XYZ | 60.51 | 51.54 | 64.52 | - |
| YUV | 194.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 205 | 0 | 0.28 | 0.14 | 0.07 | 329.09 | 0.65 | 0.8 |
| Hex | ED | AB | CD | 0 | 1C | E | 7 | 149 | 41 | 50 |
| Octal | 355 | 253 | 315 | 0 | 34 | 16 | 7 | 511 | 101 | 120 |
| Binary | 11101101 | 10101011 | 11001101 | 0 | 11100 | 1110 | 111 | 101001001 | 1000001 | 1010000 |
Color Harmonies of #EDABCD
Complementary color
Monochromatic Colors of #EDABCD
Black with #EDABCD
Text Example
Text Example
White with #EDABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABCD; }
p { color: rgb(237,171,205); }
H1.HeaderClassName
{
color: #EDABCD;
}
.AnyTagClassName
{
color: #EDABCD;
}
</style>
background-color css
<style>
a { background-color: #EDABCD; }
a { background-color: rgb(237,171,205); }
div.DivClassName
{
background-color: #EDABCD;
}
.BgClassName
{
background-color: #EDABCD;
}
</style>
border-color css
<style>
span { border-color: #EDABCD; }
span { border-color: rgb(237,171,205); }
td.TdClassName
{
border-color: #EDABCD;
}
.TagClassName
{
border-color: #EDABCD;
}
</style>