Shades of Lavender Rose #EEAEDC
Tints of Lavender Rose #EEAEDC
RGB
CMYK
RGB Variations
Color information
#EEAEDC (or 0xEEAEDC) is known color: Lavender Rose. HEX triplet: EE, AE and DC. RGB value is (238,174,220). Sum of RGB (Red+Green+Blue) = 238+174+220=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEDC is #115123. Grayscale: #C6C6C6. Windows color (decimal): -1134884 or 14462702. OLE color: 14462702.
HSL color Cylindrical-coordinate representation of color #EEAEDC: hue angle of 316.88º degrees, saturation: 0.65, 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 #EEAEDC is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 174 | 220 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.07 |
| HSL | 316.88º | 0.65% | 0.81% | - |
| HSV(B) | 316.88º | 0.27% | 0.93% | - |
| XYZ | 63.31 | 53.62 | 74.72 | - |
| YUV | 198.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 174 | 220 | 0 | 0.27 | 0.08 | 0.07 | 316.88 | 0.65 | 0.81 |
| Hex | EE | AE | DC | 0 | 1B | 8 | 7 | 13D | 41 | 51 |
| Octal | 356 | 256 | 334 | 0 | 33 | 10 | 7 | 475 | 101 | 121 |
| Binary | 11101110 | 10101110 | 11011100 | 0 | 11011 | 1000 | 111 | 100111101 | 1000001 | 1010001 |
Color Harmonies of #EEAEDC
Complementary color
Monochromatic Colors of #EEAEDC
Black with #EEAEDC
Text Example
Text Example
White with #EEAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAEDC; }
p { color: rgb(238,174,220); }
H1.HeaderClassName
{
color: #EEAEDC;
}
.AnyTagClassName
{
color: #EEAEDC;
}
</style>
background-color css
<style>
a { background-color: #EEAEDC; }
a { background-color: rgb(238,174,220); }
div.DivClassName
{
background-color: #EEAEDC;
}
.BgClassName
{
background-color: #EEAEDC;
}
</style>
border-color css
<style>
span { border-color: #EEAEDC; }
span { border-color: rgb(238,174,220); }
td.TdClassName
{
border-color: #EEAEDC;
}
.TagClassName
{
border-color: #EEAEDC;
}
</style>