#EEAAD2

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

Shades of Lavender Pink #EEAAD2

Tints of Lavender Pink #EEAAD2

Color information

#EEAAD2 (or 0xEEAAD2) is unknown color: approx Lavender Pink. HEX triplet: EE, AA and D2. RGB value is (238,170,210). Sum of RGB (Red+Green+Blue) = 238+170+210=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAD2 is #11552D. Grayscale: #C2C2C2. Windows color (decimal): -1135918 or 13806318. OLE color: 13806318.

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

Color convert

RGB238170210-
CMYK00.290.120.07
HSL324.71º66.67%80%-
HSV(B)324.71º28.57%93.33%-
XYZ61.2751.5867.7-
YUV194.89136.53158.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 210 (82.42% from 255) = 33.98%
R=38.51%
G=27.51%
B=33.98%

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
Decimal23817021000.290.120.07324.7166.6780
HexEEAAD201DC71454350
Octal356252322035147505103120
Binary111011101010101011010010011101110011110100010110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAD2; }

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

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

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

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

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

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

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

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