#EEAAC9

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

Shades of Lavender Pink #EEAAC9

Tints of Lavender Pink #EEAAC9

Color information

#EEAAC9 (or 0xEEAAC9) is unknown color: approx Lavender Pink. HEX triplet: EE, AA and C9. RGB value is (238,170,201). Sum of RGB (Red+Green+Blue) = 238+170+201=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAC9 is #115536. Grayscale: #C1C1C1. Windows color (decimal): -1135927 or 13216494. OLE color: 13216494.

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

Color convert

RGB238170201-
CMYK00.290.160.07
HSL332.65º66.67%80%-
HSV(B)332.65º28.57%93.33%-
XYZ60.1851.1461.96-
YUV193.87132.03159.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 201 (78.91% from 255) = 33.00%
R=39.08%
G=27.91%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817020100.290.160.07332.6566.6780
HexEEAAC901D10714d4350
Octal356252311035207515103120
Binary1110111010101010110010010111011000011110100110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAC9; }

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

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

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

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

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

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

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

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