#EEAFD6

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

Shades of Lavender Pink #EEAFD6

Tints of Lavender Pink #EEAFD6

Color information

#EEAFD6 (or 0xEEAFD6) is unknown color: approx Lavender Pink. HEX triplet: EE, AF and D6. RGB value is (238,175,214). Sum of RGB (Red+Green+Blue) = 238+175+214=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFD6 is #115029. Grayscale: #C6C6C6. Windows color (decimal): -1134634 or 14069742. OLE color: 14069742.

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

Color convert

RGB238175214-
CMYK00.260.100.07
HSL322.86º64.95%80.98%-
HSV(B)322.86º26.47%93.33%-
XYZ62.7353.6970.68-
YUV198.28136.87156.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=37.96%
G=27.91%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817521400.260.100.07322.8664.9580.98
HexEEAFD601AA71434151
Octal356257326032127503101121
Binary111011101010111111010110011010101011110100001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFD6; }

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

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

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

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

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

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

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

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