Shades of Lavender Rose #EDA8DE
Tints of Lavender Rose #EDA8DE
RGB
CMYK
RGB Variations
Color information
#EDA8DE (or 0xEDA8DE) is known color: Lavender Rose. HEX triplet: ED, A8 and DE. RGB value is (237,168,222). Sum of RGB (Red+Green+Blue) = 237+168+222=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8DE is #125721. Grayscale: #C2C2C2. Windows color (decimal): -1201954 or 14592237. OLE color: 14592237.
HSL color Cylindrical-coordinate representation of color #EDA8DE: hue angle of 313.04º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8DE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 222 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.07 |
| HSL | 313.04º | 0.66% | 0.79% | - |
| HSV(B) | 313.04º | 0.29% | 0.93% | - |
| XYZ | 62.11 | 51.28 | 75.73 | - |
| YUV | 194.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 222 | 0 | 0.29 | 0.06 | 0.07 | 313.04 | 0.66 | 0.79 |
| Hex | ED | A8 | DE | 0 | 1D | 6 | 7 | 139 | 42 | 4F |
| Octal | 355 | 250 | 336 | 0 | 35 | 6 | 7 | 471 | 102 | 117 |
| Binary | 11101101 | 10101000 | 11011110 | 0 | 11101 | 110 | 111 | 100111001 | 1000010 | 1001111 |
Color Harmonies of #EDA8DE
Complementary color
Monochromatic Colors of #EDA8DE
Black with #EDA8DE
Text Example
Text Example
White with #EDA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8DE; }
p { color: rgb(237,168,222); }
H1.HeaderClassName
{
color: #EDA8DE;
}
.AnyTagClassName
{
color: #EDA8DE;
}
</style>
background-color css
<style>
a { background-color: #EDA8DE; }
a { background-color: rgb(237,168,222); }
div.DivClassName
{
background-color: #EDA8DE;
}
.BgClassName
{
background-color: #EDA8DE;
}
</style>
border-color css
<style>
span { border-color: #EDA8DE; }
span { border-color: rgb(237,168,222); }
td.TdClassName
{
border-color: #EDA8DE;
}
.TagClassName
{
border-color: #EDA8DE;
}
</style>