Html Css Color HEX #EEAAD2 Lavender Pink

📋 copy color: '#EEAAD2'

red 238 ◦ green 170 ◦ blue 210

#EEAAD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #EEAAD2

Tints of Lavender Pink #EEAAD2

RGB

 RED value IS 238 (93.36% from 255) = 38.51%

 GREEN value IS 170 (66.8% 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 value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EEAAD2 (or 0xEEAAD2) is known color: 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

RGB 238 170 210 -
CMYK 0 0.29 0.12 0.07
HSL 324.71º 0.67% 0.8% -
HSV(B) 324.71º 0.29% 0.93% -
XYZ 61.27 51.58 67.7 -
YUV 194.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 238 170 210 0 0.29 0.12 0.07 324.71 0.67 0.8
Hex EE AA D2 0 1D C 7 145 43 50
Octal 356 252 322 0 35 14 7 505 103 120
Binary 11101110 10101010 11010010 0 11101 1100 111 101000101 1000011 1010000

Color Harmonies of #EEAAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAAD2

Black with #EEAAD2

Text Example


Text Example

White with #EEAAD2

Text Example


Text Example

HTML Codes & Css Web 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>