Shades of Lavender Rose #EDABDF
Tints of Lavender Rose #EDABDF
RGB
CMYK
RGB Variations
Color information
#EDABDF (or 0xEDABDF) is known color: Lavender Rose. HEX triplet: ED, AB and DF. RGB value is (237,171,223). Sum of RGB (Red+Green+Blue) = 237+171+223=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABDF is #125420. Grayscale: #C4C4C4. Windows color (decimal): -1201185 or 14658541. OLE color: 14658541.
HSL color Cylindrical-coordinate representation of color #EDABDF: hue angle of 312.73º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDABDF is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 171 | 223 | - |
CMYK | 0 | 0.28 | 0.06 | 0.07 |
HSL | 312.73º | 0.65% | 0.8% | - |
HSV(B) | 312.73º | 0.28% | 0.93% | - |
XYZ | 62.81 | 52.46 | 76.63 | - |
YUV | 196.66 | 142.87 | 156.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 171 | 223 | 0 | 0.28 | 0.06 | 0.07 | 312.73 | 0.65 | 0.8 |
Hex | ED | AB | DF | 0 | 1C | 6 | 7 | 139 | 41 | 50 |
Octal | 355 | 253 | 337 | 0 | 34 | 6 | 7 | 471 | 101 | 120 |
Binary | 11101101 | 10101011 | 11011111 | 0 | 11100 | 110 | 111 | 100111001 | 1000001 | 1010000 |
Color Harmonies of #EDABDF
Complementary color
Monochromatic Colors of #EDABDF
Black with #EDABDF
Text Example
Text Example
White with #EDABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABDF; }
p { color: rgb(237,171,223); }
H1.HeaderClassName
{
color: #EDABDF;
}
.AnyTagClassName
{
color: #EDABDF;
}
</style>
background-color css
<style>
a { background-color: #EDABDF; }
a { background-color: rgb(237,171,223); }
div.DivClassName
{
background-color: #EDABDF;
}
.BgClassName
{
background-color: #EDABDF;
}
</style>
border-color css
<style>
span { border-color: #EDABDF; }
span { border-color: rgb(237,171,223); }
td.TdClassName
{
border-color: #EDABDF;
}
.TagClassName
{
border-color: #EDABDF;
}
</style>