Shades of Lavender Pink #EDAECD
Tints of Lavender Pink #EDAECD
RGB
CMYK
RGB Variations
Color information
#EDAECD (or 0xEDAECD) is known color: Lavender Pink. HEX triplet: ED, AE and CD. RGB value is (237,174,205). Sum of RGB (Red+Green+Blue) = 237+174+205=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAECD is #125132. Grayscale: #C4C4C4. Windows color (decimal): -1200435 or 13479661. OLE color: 13479661.
HSL color Cylindrical-coordinate representation of color #EDAECD: hue angle of 330.48º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAECD is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 205 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.07 |
| HSL | 330.48º | 0.64% | 0.81% | - |
| HSV(B) | 330.48º | 0.27% | 0.93% | - |
| XYZ | 61.08 | 52.68 | 64.71 | - |
| YUV | 196.37 | 132.87 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 205 | 0 | 0.27 | 0.14 | 0.07 | 330.48 | 0.64 | 0.81 |
| Hex | ED | AE | CD | 0 | 1B | E | 7 | 14A | 40 | 51 |
| Octal | 355 | 256 | 315 | 0 | 33 | 16 | 7 | 512 | 100 | 121 |
| Binary | 11101101 | 10101110 | 11001101 | 0 | 11011 | 1110 | 111 | 101001010 | 1000000 | 1010001 |
Color Harmonies of #EDAECD
Complementary color
Monochromatic Colors of #EDAECD
Black with #EDAECD
Text Example
Text Example
White with #EDAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAECD; }
p { color: rgb(237,174,205); }
H1.HeaderClassName
{
color: #EDAECD;
}
.AnyTagClassName
{
color: #EDAECD;
}
</style>
background-color css
<style>
a { background-color: #EDAECD; }
a { background-color: rgb(237,174,205); }
div.DivClassName
{
background-color: #EDAECD;
}
.BgClassName
{
background-color: #EDAECD;
}
</style>
border-color css
<style>
span { border-color: #EDAECD; }
span { border-color: rgb(237,174,205); }
td.TdClassName
{
border-color: #EDAECD;
}
.TagClassName
{
border-color: #EDAECD;
}
</style>