Shades of Lavender Rose #EDA8E3
Tints of Lavender Rose #EDA8E3
RGB
CMYK
RGB Variations
Color information
#EDA8E3 (or 0xEDA8E3) is known color: Lavender Rose. HEX triplet: ED, A8 and E3. RGB value is (237,168,227). Sum of RGB (Red+Green+Blue) = 237+168+227=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8E3 is #12571C. Grayscale: #C3C3C3. Windows color (decimal): -1201949 or 14919917. OLE color: 14919917.
HSL color Cylindrical-coordinate representation of color #EDA8E3: hue angle of 308.7º 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 #EDA8E3 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 227 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.07 |
| HSL | 308.7º | 0.66% | 0.79% | - |
| HSV(B) | 308.7º | 0.29% | 0.93% | - |
| XYZ | 62.79 | 51.56 | 79.31 | - |
| YUV | 195.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 227 | 0 | 0.29 | 0.04 | 0.07 | 308.7 | 0.66 | 0.79 |
| Hex | ED | A8 | E3 | 0 | 1D | 4 | 7 | 135 | 42 | 4F |
| Octal | 355 | 250 | 343 | 0 | 35 | 4 | 7 | 465 | 102 | 117 |
| Binary | 11101101 | 10101000 | 11100011 | 0 | 11101 | 100 | 111 | 100110101 | 1000010 | 1001111 |
Color Harmonies of #EDA8E3
Complementary color
Monochromatic Colors of #EDA8E3
Black with #EDA8E3
Text Example
Text Example
White with #EDA8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8E3; }
p { color: rgb(237,168,227); }
H1.HeaderClassName
{
color: #EDA8E3;
}
.AnyTagClassName
{
color: #EDA8E3;
}
</style>
background-color css
<style>
a { background-color: #EDA8E3; }
a { background-color: rgb(237,168,227); }
div.DivClassName
{
background-color: #EDA8E3;
}
.BgClassName
{
background-color: #EDA8E3;
}
</style>
border-color css
<style>
span { border-color: #EDA8E3; }
span { border-color: rgb(237,168,227); }
td.TdClassName
{
border-color: #EDA8E3;
}
.TagClassName
{
border-color: #EDA8E3;
}
</style>