Shades of Lavender Rose #EDAEDB
Tints of Lavender Rose #EDAEDB
RGB
CMYK
RGB Variations
Color information
#EDAEDB (or 0xEDAEDB) is known color: Lavender Rose. HEX triplet: ED, AE and DB. RGB value is (237,174,219). Sum of RGB (Red+Green+Blue) = 237+174+219=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEDB is #125124. Grayscale: #C5C5C5. Windows color (decimal): -1200421 or 14397165. OLE color: 14397165.
HSL color Cylindrical-coordinate representation of color #EDAEDB: hue angle of 317.14º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDAEDB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 219 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.07 |
| HSL | 317.14º | 0.64% | 0.81% | - |
| HSV(B) | 317.14º | 0.27% | 0.93% | - |
| XYZ | 62.85 | 53.39 | 74.01 | - |
| YUV | 197.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 219 | 0 | 0.27 | 0.08 | 0.07 | 317.14 | 0.64 | 0.81 |
| Hex | ED | AE | DB | 0 | 1B | 8 | 7 | 13D | 40 | 51 |
| Octal | 355 | 256 | 333 | 0 | 33 | 10 | 7 | 475 | 100 | 121 |
| Binary | 11101101 | 10101110 | 11011011 | 0 | 11011 | 1000 | 111 | 100111101 | 1000000 | 1010001 |
Color Harmonies of #EDAEDB
Complementary color
Monochromatic Colors of #EDAEDB
Black with #EDAEDB
Text Example
Text Example
White with #EDAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEDB; }
p { color: rgb(237,174,219); }
H1.HeaderClassName
{
color: #EDAEDB;
}
.AnyTagClassName
{
color: #EDAEDB;
}
</style>
background-color css
<style>
a { background-color: #EDAEDB; }
a { background-color: rgb(237,174,219); }
div.DivClassName
{
background-color: #EDAEDB;
}
.BgClassName
{
background-color: #EDAEDB;
}
</style>
border-color css
<style>
span { border-color: #EDAEDB; }
span { border-color: rgb(237,174,219); }
td.TdClassName
{
border-color: #EDAEDB;
}
.TagClassName
{
border-color: #EDAEDB;
}
</style>