#EEAFD5

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

Shades of Lavender Pink #EEAFD5

Tints of Lavender Pink #EEAFD5

Color information

#EEAFD5 (or 0xEEAFD5) is unknown color: approx Lavender Pink. HEX triplet: EE, AF and D5. RGB value is (238,175,213). Sum of RGB (Red+Green+Blue) = 238+175+213=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFD5 is #11502A. Grayscale: #C6C6C6. Windows color (decimal): -1134635 or 14004206. OLE color: 14004206.

HSL color Cylindrical-coordinate representation of color #EEAFD5: hue angle of 323.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEAFD5 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238175213-
CMYK00.260.110.07
HSL323.81º64.95%80.98%-
HSV(B)323.81º26.47%93.33%-
XYZ62.653.6470.01-
YUV198.17136.37156.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=38.02%
G=27.96%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817521300.260.110.07323.8164.9580.98
HexEEAFD501AB71444151
Octal356257325032137504101121
Binary111011101010111111010101011010101111110100010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFD5; }

 p { color: rgb(238,175,213); }

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

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

 a { background-color: rgb(238,175,213); }

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

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

 span { border-color: rgb(238,175,213); }

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