Shades of Lavender Rose #EDABE0
Tints of Lavender Rose #EDABE0
RGB
CMYK
RGB Variations
Color information
#EDABE0 (or 0xEDABE0) is known color: Lavender Rose. HEX triplet: ED, AB and E0. RGB value is (237,171,224). Sum of RGB (Red+Green+Blue) = 237+171+224=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDABE0 is #12541F. Grayscale: #C4C4C4. Windows color (decimal): -1201184 or 14724077. OLE color: 14724077.
HSL color Cylindrical-coordinate representation of color #EDABE0: hue angle of 311.82º 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 #EDABE0 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 224 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.07 |
| HSL | 311.82º | 0.65% | 0.8% | - |
| HSV(B) | 311.82º | 0.28% | 0.93% | - |
| XYZ | 62.94 | 52.51 | 77.34 | - |
| YUV | 196.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 224 | 0 | 0.28 | 0.05 | 0.07 | 311.82 | 0.65 | 0.8 |
| Hex | ED | AB | E0 | 0 | 1C | 5 | 7 | 138 | 41 | 50 |
| Octal | 355 | 253 | 340 | 0 | 34 | 5 | 7 | 470 | 101 | 120 |
| Binary | 11101101 | 10101011 | 11100000 | 0 | 11100 | 101 | 111 | 100111000 | 1000001 | 1010000 |
Color Harmonies of #EDABE0
Complementary color
Monochromatic Colors of #EDABE0
Black with #EDABE0
Text Example
Text Example
White with #EDABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABE0; }
p { color: rgb(237,171,224); }
H1.HeaderClassName
{
color: #EDABE0;
}
.AnyTagClassName
{
color: #EDABE0;
}
</style>
background-color css
<style>
a { background-color: #EDABE0; }
a { background-color: rgb(237,171,224); }
div.DivClassName
{
background-color: #EDABE0;
}
.BgClassName
{
background-color: #EDABE0;
}
</style>
border-color css
<style>
span { border-color: #EDABE0; }
span { border-color: rgb(237,171,224); }
td.TdClassName
{
border-color: #EDABE0;
}
.TagClassName
{
border-color: #EDABE0;
}
</style>