Shades of Lavender Pink #EDA5CE
Tints of Lavender Pink #EDA5CE
RGB
CMYK
RGB Variations
Color information
#EDA5CE (or 0xEDA5CE) is known color: Lavender Pink. HEX triplet: ED, A5 and CE. RGB value is (237,165,206). Sum of RGB (Red+Green+Blue) = 237+165+206=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5CE is #125A31. Grayscale: #BFBFBF. Windows color (decimal): -1202738 or 13542893. OLE color: 13542893.
HSL color Cylindrical-coordinate representation of color #EDA5CE: hue angle of 325.83º 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 #EDA5CE is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 206 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.07 |
| HSL | 325.83º | 0.67% | 0.79% | - |
| HSV(B) | 325.83º | 0.3% | 0.93% | - |
| XYZ | 59.52 | 49.37 | 64.78 | - |
| YUV | 191.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 206 | 0 | 0.30 | 0.13 | 0.07 | 325.83 | 0.67 | 0.79 |
| Hex | ED | A5 | CE | 0 | 1E | D | 7 | 146 | 43 | 4F |
| Octal | 355 | 245 | 316 | 0 | 36 | 15 | 7 | 506 | 103 | 117 |
| Binary | 11101101 | 10100101 | 11001110 | 0 | 11110 | 1101 | 111 | 101000110 | 1000011 | 1001111 |
Color Harmonies of #EDA5CE
Complementary color
Monochromatic Colors of #EDA5CE
Black with #EDA5CE
Text Example
Text Example
White with #EDA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5CE; }
p { color: rgb(237,165,206); }
H1.HeaderClassName
{
color: #EDA5CE;
}
.AnyTagClassName
{
color: #EDA5CE;
}
</style>
background-color css
<style>
a { background-color: #EDA5CE; }
a { background-color: rgb(237,165,206); }
div.DivClassName
{
background-color: #EDA5CE;
}
.BgClassName
{
background-color: #EDA5CE;
}
</style>
border-color css
<style>
span { border-color: #EDA5CE; }
span { border-color: rgb(237,165,206); }
td.TdClassName
{
border-color: #EDA5CE;
}
.TagClassName
{
border-color: #EDA5CE;
}
</style>