#EEAAD1

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

Shades of Lavender Pink #EEAAD1

Tints of Lavender Pink #EEAAD1

Color information

#EEAAD1 (or 0xEEAAD1) is unknown color: approx Lavender Pink. HEX triplet: EE, AA and D1. RGB value is (238,170,209). Sum of RGB (Red+Green+Blue) = 238+170+209=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAD1 is #11552E. Grayscale: #C2C2C2. Windows color (decimal): -1135919 or 13740782. OLE color: 13740782.

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

Color convert

RGB238170209-
CMYK00.290.120.07
HSL325.59º66.67%80%-
HSV(B)325.59º28.57%93.33%-
XYZ61.1451.5367.05-
YUV194.78136.03158.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 209 (82.03% from 255) = 33.87%
R=38.57%
G=27.55%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817020900.290.120.07325.5966.6780
HexEEAAD101DC71464350
Octal356252321035147506103120
Binary111011101010101011010001011101110011110100011010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAD1; }

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

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

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

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

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

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

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

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