Shades of Lavender Rose #EDAEDC
Tints of Lavender Rose #EDAEDC
RGB
CMYK
RGB Variations
Color information
#EDAEDC (or 0xEDAEDC) is known color: Lavender Rose. HEX triplet: ED, AE and DC. RGB value is (237,174,220). Sum of RGB (Red+Green+Blue) = 237+174+220=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAEDC is #125123. Grayscale: #C5C5C5. Windows color (decimal): -1200420 or 14462701. OLE color: 14462701.
HSL color Cylindrical-coordinate representation of color #EDAEDC: hue angle of 316.19º 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 #EDAEDC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 220 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.07 |
| HSL | 316.19º | 0.64% | 0.81% | - |
| HSV(B) | 316.19º | 0.27% | 0.93% | - |
| XYZ | 62.98 | 53.44 | 74.71 | - |
| YUV | 198.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 220 | 0 | 0.27 | 0.07 | 0.07 | 316.19 | 0.64 | 0.81 |
| Hex | ED | AE | DC | 0 | 1B | 7 | 7 | 13C | 40 | 51 |
| Octal | 355 | 256 | 334 | 0 | 33 | 7 | 7 | 474 | 100 | 121 |
| Binary | 11101101 | 10101110 | 11011100 | 0 | 11011 | 111 | 111 | 100111100 | 1000000 | 1010001 |
Color Harmonies of #EDAEDC
Complementary color
Monochromatic Colors of #EDAEDC
Black with #EDAEDC
Text Example
Text Example
White with #EDAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAEDC; }
p { color: rgb(237,174,220); }
H1.HeaderClassName
{
color: #EDAEDC;
}
.AnyTagClassName
{
color: #EDAEDC;
}
</style>
background-color css
<style>
a { background-color: #EDAEDC; }
a { background-color: rgb(237,174,220); }
div.DivClassName
{
background-color: #EDAEDC;
}
.BgClassName
{
background-color: #EDAEDC;
}
</style>
border-color css
<style>
span { border-color: #EDAEDC; }
span { border-color: rgb(237,174,220); }
td.TdClassName
{
border-color: #EDAEDC;
}
.TagClassName
{
border-color: #EDAEDC;
}
</style>