Shades of Lavender Rose #EDA6DF
Tints of Lavender Rose #EDA6DF
RGB
CMYK
RGB Variations
Color information
#EDA6DF (or 0xEDA6DF) is known color: Lavender Rose. HEX triplet: ED, A6 and DF. RGB value is (237,166,223). Sum of RGB (Red+Green+Blue) = 237+166+223=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6DF is #125920. Grayscale: #C1C1C1. Windows color (decimal): -1202465 or 14657261. OLE color: 14657261.
HSL color Cylindrical-coordinate representation of color #EDA6DF: hue angle of 311.83º degrees, saturation: 0.66, 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 #EDA6DF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 223 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.07 |
| HSL | 311.83º | 0.66% | 0.79% | - |
| HSV(B) | 311.83º | 0.3% | 0.93% | - |
| XYZ | 61.88 | 50.6 | 76.32 | - |
| YUV | 193.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 223 | 0 | 0.30 | 0.06 | 0.07 | 311.83 | 0.66 | 0.79 |
| Hex | ED | A6 | DF | 0 | 1E | 6 | 7 | 138 | 42 | 4F |
| Octal | 355 | 246 | 337 | 0 | 36 | 6 | 7 | 470 | 102 | 117 |
| Binary | 11101101 | 10100110 | 11011111 | 0 | 11110 | 110 | 111 | 100111000 | 1000010 | 1001111 |
Color Harmonies of #EDA6DF
Complementary color
Monochromatic Colors of #EDA6DF
Black with #EDA6DF
Text Example
Text Example
White with #EDA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6DF; }
p { color: rgb(237,166,223); }
H1.HeaderClassName
{
color: #EDA6DF;
}
.AnyTagClassName
{
color: #EDA6DF;
}
</style>
background-color css
<style>
a { background-color: #EDA6DF; }
a { background-color: rgb(237,166,223); }
div.DivClassName
{
background-color: #EDA6DF;
}
.BgClassName
{
background-color: #EDA6DF;
}
</style>
border-color css
<style>
span { border-color: #EDA6DF; }
span { border-color: rgb(237,166,223); }
td.TdClassName
{
border-color: #EDA6DF;
}
.TagClassName
{
border-color: #EDA6DF;
}
</style>