#EEAACF

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

Shades of Lavender Pink #EEAACF

Tints of Lavender Pink #EEAACF

Color information

#EEAACF (or 0xEEAACF) is unknown color: approx Lavender Pink. HEX triplet: EE, AA and CF. RGB value is (238,170,207). Sum of RGB (Red+Green+Blue) = 238+170+207=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAACF is #115530. Grayscale: #C2C2C2. Windows color (decimal): -1135921 or 13609710. OLE color: 13609710.

HSL color Cylindrical-coordinate representation of color #EEAACF: hue angle of 327.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEAACF is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238170207-
CMYK00.290.130.07
HSL327.35º66.67%80%-
HSV(B)327.35º28.57%93.33%-
XYZ60.951.4365.75-
YUV194.55135.03158.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 170 (66.80% from 255) = 27.64%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=38.70%
G=27.64%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817020700.290.130.07327.3566.6780
HexEEAACF01DD71474350
Octal356252317035157507103120
Binary111011101010101011001111011101110111110100011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAACF; }

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

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

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

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

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

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

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

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