Shades of Lavender Rose #EEAADB
Tints of Lavender Rose #EEAADB
RGB
CMYK
RGB Variations
Color information
#EEAADB (or 0xEEAADB) is known color: Lavender Rose. HEX triplet: EE, AA and DB. RGB value is (238,170,219). Sum of RGB (Red+Green+Blue) = 238+170+219=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAADB is #115524. Grayscale: #C3C3C3. Windows color (decimal): -1135909 or 14396142. OLE color: 14396142.
HSL color Cylindrical-coordinate representation of color #EEAADB: hue angle of 316.76º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEAADB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 170 | 219 | - |
CMYK | 0 | 0.29 | 0.08 | 0.07 |
HSL | 316.76º | 0.67% | 0.8% | - |
HSV(B) | 316.76º | 0.29% | 0.93% | - |
XYZ | 62.42 | 52.04 | 73.77 | - |
YUV | 195.92 | 141.03 | 158.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 170 | 219 | 0 | 0.29 | 0.08 | 0.07 | 316.76 | 0.67 | 0.8 |
Hex | EE | AA | DB | 0 | 1D | 8 | 7 | 13D | 43 | 50 |
Octal | 356 | 252 | 333 | 0 | 35 | 10 | 7 | 475 | 103 | 120 |
Binary | 11101110 | 10101010 | 11011011 | 0 | 11101 | 1000 | 111 | 100111101 | 1000011 | 1010000 |
Color Harmonies of #EEAADB
Complementary color
Monochromatic Colors of #EEAADB
Black with #EEAADB
Text Example
Text Example
White with #EEAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAADB; }
p { color: rgb(238,170,219); }
H1.HeaderClassName
{
color: #EEAADB;
}
.AnyTagClassName
{
color: #EEAADB;
}
</style>
background-color css
<style>
a { background-color: #EEAADB; }
a { background-color: rgb(238,170,219); }
div.DivClassName
{
background-color: #EEAADB;
}
.BgClassName
{
background-color: #EEAADB;
}
</style>
border-color css
<style>
span { border-color: #EEAADB; }
span { border-color: rgb(238,170,219); }
td.TdClassName
{
border-color: #EEAADB;
}
.TagClassName
{
border-color: #EEAADB;
}
</style>