#EEAFD0

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

Shades of Lavender Pink #EEAFD0

Tints of Lavender Pink #EEAFD0

Color information

#EEAFD0 (or 0xEEAFD0) is unknown color: approx Lavender Pink. HEX triplet: EE, AF and D0. RGB value is (238,175,208). Sum of RGB (Red+Green+Blue) = 238+175+208=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFD0 is #11502F. Grayscale: #C5C5C5. Windows color (decimal): -1134640 or 13676526. OLE color: 13676526.

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

Color convert

RGB238175208-
CMYK00.260.130.07
HSL328.57º64.95%80.98%-
HSV(B)328.57º26.47%93.33%-
XYZ61.9853.3966.71-
YUV197.6133.87156.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.33%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 208 (81.64% from 255) = 33.49%
R=38.33%
G=28.18%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817520800.260.130.07328.5764.9580.98
HexEEAFD001AD71494151
Octal356257320032157511101121
Binary111011101010111111010000011010110111110100100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFD0; }

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

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

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

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

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

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

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

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