#EEAACC

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

Shades of Lavender Pink #EEAACC

Tints of Lavender Pink #EEAACC

Color information

#EEAACC (or 0xEEAACC) is unknown color: approx Lavender Pink. HEX triplet: EE, AA and CC. RGB value is (238,170,204). Sum of RGB (Red+Green+Blue) = 238+170+204=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAACC is #115533. Grayscale: #C2C2C2. Windows color (decimal): -1135924 or 13413102. OLE color: 13413102.

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

Color convert

RGB238170204-
CMYK00.290.140.07
HSL330º66.67%80%-
HSV(B)330º28.57%93.33%-
XYZ60.5351.2963.84-
YUV194.21133.53159.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 204 (80.08% from 255) = 33.33%
R=38.89%
G=27.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817020400.290.140.0733066.6780
HexEEAACC01DE714a4350
Octal356252314035167512103120
Binary111011101010101011001100011101111011110100101010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAACC; }

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

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

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

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

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

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

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

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