#EEAFCE

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

Shades of Lavender Pink #EEAFCE

Tints of Lavender Pink #EEAFCE

Color information

#EEAFCE (or 0xEEAFCE) is unknown color: approx Lavender Pink. HEX triplet: EE, AF and CE. RGB value is (238,175,206). Sum of RGB (Red+Green+Blue) = 238+175+206=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAFCE is #115031. Grayscale: #C5C5C5. Windows color (decimal): -1134642 or 13545454. OLE color: 13545454.

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

Color convert

RGB238175206-
CMYK00.260.130.07
HSL330.48º64.95%80.98%-
HSV(B)330.48º26.47%93.33%-
XYZ61.7353.2965.43-
YUV197.37132.87156.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=38.45%
G=28.27%
B=33.28%

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
Decimal23817520600.260.130.07330.4864.9580.98
HexEEAFCE01AD714a4151
Octal356257316032157512101121
Binary111011101010111111001110011010110111110100101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFCE; }

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

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

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

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

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

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

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

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