Shades of Lavender Pink #EDA9CE
Tints of Lavender Pink #EDA9CE
RGB
CMYK
RGB Variations
Color information
#EDA9CE (or 0xEDA9CE) is known color: Lavender Pink. HEX triplet: ED, A9 and CE. RGB value is (237,169,206). Sum of RGB (Red+Green+Blue) = 237+169+206=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9CE is #125631. Grayscale: #C1C1C1. Windows color (decimal): -1201714 or 13543917. OLE color: 13543917.
HSL color Cylindrical-coordinate representation of color #EDA9CE: hue angle of 327.35º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9CE is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 206 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.07 |
| HSL | 327.35º | 0.65% | 0.8% | - |
| HSV(B) | 327.35º | 0.29% | 0.93% | - |
| XYZ | 60.25 | 50.84 | 65.03 | - |
| YUV | 193.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 206 | 0 | 0.29 | 0.13 | 0.07 | 327.35 | 0.65 | 0.8 |
| Hex | ED | A9 | CE | 0 | 1D | D | 7 | 147 | 41 | 50 |
| Octal | 355 | 251 | 316 | 0 | 35 | 15 | 7 | 507 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11001110 | 0 | 11101 | 1101 | 111 | 101000111 | 1000001 | 1010000 |
Color Harmonies of #EDA9CE
Complementary color
Monochromatic Colors of #EDA9CE
Black with #EDA9CE
Text Example
Text Example
White with #EDA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9CE; }
p { color: rgb(237,169,206); }
H1.HeaderClassName
{
color: #EDA9CE;
}
.AnyTagClassName
{
color: #EDA9CE;
}
</style>
background-color css
<style>
a { background-color: #EDA9CE; }
a { background-color: rgb(237,169,206); }
div.DivClassName
{
background-color: #EDA9CE;
}
.BgClassName
{
background-color: #EDA9CE;
}
</style>
border-color css
<style>
span { border-color: #EDA9CE; }
span { border-color: rgb(237,169,206); }
td.TdClassName
{
border-color: #EDA9CE;
}
.TagClassName
{
border-color: #EDA9CE;
}
</style>