#EEAAD3

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

Shades of Lavender Pink #EEAAD3

Tints of Lavender Pink #EEAAD3

Color information

#EEAAD3 (or 0xEEAAD3) is unknown color: approx Lavender Pink. HEX triplet: EE, AA and D3. RGB value is (238,170,211). Sum of RGB (Red+Green+Blue) = 238+170+211=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAD3 is #11552C. Grayscale: #C2C2C2. Windows color (decimal): -1135917 or 13871854. OLE color: 13871854.

HSL color Cylindrical-coordinate representation of color #EEAAD3: hue angle of 323.82º 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 #EEAAD3 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238170211-
CMYK00.290.110.07
HSL323.82º66.67%80%-
HSV(B)323.82º28.57%93.33%-
XYZ61.3951.6368.36-
YUV195.01137.03158.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 211 (82.81% from 255) = 34.09%
R=38.45%
G=27.46%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817021100.290.110.07323.8266.6780
HexEEAAD301DB71444350
Octal356252323035137504103120
Binary111011101010101011010011011101101111110100010010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAD3; }

 p { color: rgb(238,170,211); }

 H1.HeaderClassName
 {
   color: #EEAAD3;
 }
 .AnyTagClassName
 {
   color: #EEAAD3;
 }
</style>
background-color css

<style>
 a { background-color: #EEAAD3; }

 a { background-color: rgb(238,170,211); }

 div.DivClassName
 {
   background-color: #EEAAD3;
 }
 .BgClassName
 {
   background-color: #EEAAD3;
 }
</style>
border-color css

<style>
 span { border-color: #EEAAD3; }

 span { border-color: rgb(238,170,211); }

 td.TdClassName
 {
   border-color: #EEAAD3;
 }
 .TagClassName
 {
   border-color: #EEAAD3;
 }
</style>