#EEAECC

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

Shades of Lavender Pink #EEAECC

Tints of Lavender Pink #EEAECC

Color information

#EEAECC (or 0xEEAECC) is unknown color: approx Lavender Pink. HEX triplet: EE, AE and CC. RGB value is (238,174,204). Sum of RGB (Red+Green+Blue) = 238+174+204=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAECC is #115133. Grayscale: #C4C4C4. Windows color (decimal): -1134900 or 13414126. OLE color: 13414126.

HSL color Cylindrical-coordinate representation of color #EEAECC: hue angle of 331.88º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEAECC is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238174204-
CMYK00.270.140.07
HSL331.88º65.31%80.78%-
HSV(B)331.88º26.89%93.33%-
XYZ61.352.8164.09-
YUV196.56132.2157.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=38.64%
G=28.25%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817420400.270.140.07331.8865.3180.78
HexEEAECC01BE714c4151
Octal356256314033167514101121
Binary111011101010111011001100011011111011110100110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAECC; }

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

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

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

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

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

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

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

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