#EEAADB

Color #EEAADB Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EEAADB

Tints of Lavender Rose #EEAADB

Color information

#EEAADB (or 0xEEAADB) is unknown color: approx 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

RGB238170219-
CMYK00.290.080.07
HSL316.76º66.67%80%-
HSV(B)316.76º28.57%93.33%-
XYZ62.4252.0473.77-
YUV195.92141.03158.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 170 (66.80% from 255) = 27.11%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=37.96%
G=27.11%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817021900.290.080.07316.7666.6780
HexEEAADB01D8713d4350
Octal356252333035107475103120
Binary111011101010101011011011011101100011110011110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>