#EEAACE

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

Shades of Lavender Pink #EEAACE

Tints of Lavender Pink #EEAACE

Color information

#EEAACE (or 0xEEAACE) is unknown color: approx Lavender Pink. HEX triplet: EE, AA and CE. RGB value is (238,170,206). Sum of RGB (Red+Green+Blue) = 238+170+206=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAACE is #115531. Grayscale: #C2C2C2. Windows color (decimal): -1135922 or 13544174. OLE color: 13544174.

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

Color convert

RGB238170206-
CMYK00.290.130.07
HSL328.24º66.67%80%-
HSV(B)328.24º28.57%93.33%-
XYZ60.7851.3865.11-
YUV194.44134.53159.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=38.76%
G=27.69%
B=33.55%

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
Decimal23817020600.290.130.07328.2466.6780
HexEEAACE01DD71484350
Octal356252316035157510103120
Binary111011101010101011001110011101110111110100100010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAACE; }

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

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

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

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

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

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

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

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