Shades of Lavender Rose #EDA8D8
Tints of Lavender Rose #EDA8D8
RGB
CMYK
RGB Variations
Color information
#EDA8D8 (or 0xEDA8D8) is known color: Lavender Rose. HEX triplet: ED, A8 and D8. RGB value is (237,168,216). Sum of RGB (Red+Green+Blue) = 237+168+216=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8D8 is #125727. Grayscale: #C1C1C1. Windows color (decimal): -1201960 or 14199021. OLE color: 14199021.
HSL color Cylindrical-coordinate representation of color #EDA8D8: hue angle of 318.26º 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 #EDA8D8 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 216 | - |
CMYK | 0 | 0.29 | 0.09 | 0.07 |
HSL | 318.26º | 0.66% | 0.79% | - |
HSV(B) | 318.26º | 0.29% | 0.93% | - |
XYZ | 61.32 | 50.97 | 71.57 | - |
YUV | 194.1 | 140.36 | 158.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 216 | 0 | 0.29 | 0.09 | 0.07 | 318.26 | 0.66 | 0.79 |
Hex | ED | A8 | D8 | 0 | 1D | 9 | 7 | 13E | 42 | 4F |
Octal | 355 | 250 | 330 | 0 | 35 | 11 | 7 | 476 | 102 | 117 |
Binary | 11101101 | 10101000 | 11011000 | 0 | 11101 | 1001 | 111 | 100111110 | 1000010 | 1001111 |
Color Harmonies of #EDA8D8
Complementary color
Monochromatic Colors of #EDA8D8
Black with #EDA8D8
Text Example
Text Example
White with #EDA8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8D8; }
p { color: rgb(237,168,216); }
H1.HeaderClassName
{
color: #EDA8D8;
}
.AnyTagClassName
{
color: #EDA8D8;
}
</style>
background-color css
<style>
a { background-color: #EDA8D8; }
a { background-color: rgb(237,168,216); }
div.DivClassName
{
background-color: #EDA8D8;
}
.BgClassName
{
background-color: #EDA8D8;
}
</style>
border-color css
<style>
span { border-color: #EDA8D8; }
span { border-color: rgb(237,168,216); }
td.TdClassName
{
border-color: #EDA8D8;
}
.TagClassName
{
border-color: #EDA8D8;
}
</style>