#EEAFD8

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

Shades of Lavender Pink #EEAFD8

Tints of Lavender Pink #EEAFD8

Color information

#EEAFD8 (or 0xEEAFD8) is unknown color: approx Lavender Pink. HEX triplet: EE, AF and D8. RGB value is (238,175,216). Sum of RGB (Red+Green+Blue) = 238+175+216=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFD8 is #115027. Grayscale: #C6C6C6. Windows color (decimal): -1134632 or 14200814. OLE color: 14200814.

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

Color convert

RGB238175216-
CMYK00.260.090.07
HSL320.95º64.95%80.98%-
HSV(B)320.95º26.47%93.33%-
XYZ62.9853.7972.03-
YUV198.51137.87156.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 216 (84.77% from 255) = 34.34%
R=37.84%
G=27.82%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817521600.260.090.07320.9564.9580.98
HexEEAFD801A971414151
Octal356257330032117501101121
Binary111011101010111111011000011010100111110100000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFD8; }

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

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

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

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

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

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

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

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