#EEAFCF

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

Shades of Lavender Pink #EEAFCF

Tints of Lavender Pink #EEAFCF

Color information

#EEAFCF (or 0xEEAFCF) is unknown color: approx Lavender Pink. HEX triplet: EE, AF and CF. RGB value is (238,175,207). Sum of RGB (Red+Green+Blue) = 238+175+207=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFCF is #115030. Grayscale: #C5C5C5. Windows color (decimal): -1134641 or 13610990. OLE color: 13610990.

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

Color convert

RGB238175207-
CMYK00.260.130.07
HSL329.52º64.95%80.98%-
HSV(B)329.52º26.47%93.33%-
XYZ61.8553.3466.07-
YUV197.48133.37156.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=38.39%
G=28.23%
B=33.39%

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
Decimal23817520700.260.130.07329.5264.9580.98
HexEEAFCF01AD714a4151
Octal356257317032157512101121
Binary111011101010111111001111011010110111110100101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFCF; }

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

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

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

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

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

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

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

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