Shades of Lavender Pink #EDA5CD
Tints of Lavender Pink #EDA5CD
RGB
CMYK
RGB Variations
Color information
#EDA5CD (or 0xEDA5CD) is known color: Lavender Pink. HEX triplet: ED, A5 and CD. RGB value is (237,165,205). Sum of RGB (Red+Green+Blue) = 237+165+205=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5CD is #125A32. Grayscale: #BFBFBF. Windows color (decimal): -1202739 or 13477357. OLE color: 13477357.
HSL color Cylindrical-coordinate representation of color #EDA5CD: hue angle of 326.67º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA5CD is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 205 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.07 |
| HSL | 326.67º | 0.67% | 0.79% | - |
| HSV(B) | 326.67º | 0.3% | 0.93% | - |
| XYZ | 59.4 | 49.32 | 64.15 | - |
| YUV | 191.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 205 | 0 | 0.30 | 0.14 | 0.07 | 326.67 | 0.67 | 0.79 |
| Hex | ED | A5 | CD | 0 | 1E | E | 7 | 147 | 43 | 4F |
| Octal | 355 | 245 | 315 | 0 | 36 | 16 | 7 | 507 | 103 | 117 |
| Binary | 11101101 | 10100101 | 11001101 | 0 | 11110 | 1110 | 111 | 101000111 | 1000011 | 1001111 |
Color Harmonies of #EDA5CD
Complementary color
Monochromatic Colors of #EDA5CD
Black with #EDA5CD
Text Example
Text Example
White with #EDA5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5CD; }
p { color: rgb(237,165,205); }
H1.HeaderClassName
{
color: #EDA5CD;
}
.AnyTagClassName
{
color: #EDA5CD;
}
</style>
background-color css
<style>
a { background-color: #EDA5CD; }
a { background-color: rgb(237,165,205); }
div.DivClassName
{
background-color: #EDA5CD;
}
.BgClassName
{
background-color: #EDA5CD;
}
</style>
border-color css
<style>
span { border-color: #EDA5CD; }
span { border-color: rgb(237,165,205); }
td.TdClassName
{
border-color: #EDA5CD;
}
.TagClassName
{
border-color: #EDA5CD;
}
</style>