Shades of Lavender Rose #EDA3D3
Tints of Lavender Rose #EDA3D3
RGB
CMYK
RGB Variations
Color information
#EDA3D3 (or 0xEDA3D3) is known color: Lavender Rose. HEX triplet: ED, A3 and D3. RGB value is (237,163,211). Sum of RGB (Red+Green+Blue) = 237+163+211=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3D3 is #125C2C. Grayscale: #BEBEBE. Windows color (decimal): -1203245 or 13870061. OLE color: 13870061.
HSL color Cylindrical-coordinate representation of color #EDA3D3: hue angle of 321.08º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3D3 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 211 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.07 |
| HSL | 321.08º | 0.67% | 0.78% | - |
| HSV(B) | 321.08º | 0.31% | 0.93% | - |
| XYZ | 59.78 | 48.9 | 67.92 | - |
| YUV | 190.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 211 | 0 | 0.31 | 0.11 | 0.07 | 321.08 | 0.67 | 0.78 |
| Hex | ED | A3 | D3 | 0 | 1F | B | 7 | 141 | 43 | 4E |
| Octal | 355 | 243 | 323 | 0 | 37 | 13 | 7 | 501 | 103 | 116 |
| Binary | 11101101 | 10100011 | 11010011 | 0 | 11111 | 1011 | 111 | 101000001 | 1000011 | 1001110 |
Color Harmonies of #EDA3D3
Complementary color
Monochromatic Colors of #EDA3D3
Black with #EDA3D3
Text Example
Text Example
White with #EDA3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3D3; }
p { color: rgb(237,163,211); }
H1.HeaderClassName
{
color: #EDA3D3;
}
.AnyTagClassName
{
color: #EDA3D3;
}
</style>
background-color css
<style>
a { background-color: #EDA3D3; }
a { background-color: rgb(237,163,211); }
div.DivClassName
{
background-color: #EDA3D3;
}
.BgClassName
{
background-color: #EDA3D3;
}
</style>
border-color css
<style>
span { border-color: #EDA3D3; }
span { border-color: rgb(237,163,211); }
td.TdClassName
{
border-color: #EDA3D3;
}
.TagClassName
{
border-color: #EDA3D3;
}
</style>