#EEAAD6

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

Shades of Lavender Pink #EEAAD6

Tints of Lavender Pink #EEAAD6

Color information

#EEAAD6 (or 0xEEAAD6) is unknown color: approx Lavender Pink. HEX triplet: EE, AA and D6. RGB value is (238,170,214). Sum of RGB (Red+Green+Blue) = 238+170+214=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAD6 is #115529. Grayscale: #C3C3C3. Windows color (decimal): -1135914 or 14068462. OLE color: 14068462.

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

Color convert

RGB238170214-
CMYK00.290.100.07
HSL321.18º66.67%80%-
HSV(B)321.18º28.57%93.33%-
XYZ61.7751.7870.36-
YUV195.35138.53158.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 214 (83.98% from 255) = 34.41%
R=38.26%
G=27.33%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817021400.290.100.07321.1866.6780
HexEEAAD601DA71414350
Octal356252326035127501103120
Binary111011101010101011010110011101101011110100000110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAD6; }

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

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

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

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

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

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

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

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