#EEAAC8

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

Shades of Lavender Pink #EEAAC8

Tints of Lavender Pink #EEAAC8

Color information

#EEAAC8 (or 0xEEAAC8) is unknown color: approx Lavender Pink. HEX triplet: EE, AA and C8. RGB value is (238,170,200). Sum of RGB (Red+Green+Blue) = 238+170+200=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAAC8 is #115537. Grayscale: #C1C1C1. Windows color (decimal): -1135928 or 13150958. OLE color: 13150958.

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

Color convert

RGB238170200-
CMYK00.290.160.07
HSL333.53º66.67%80%-
HSV(B)333.53º28.57%93.33%-
XYZ60.0651.161.34-
YUV193.75131.53159.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 200 (78.52% from 255) = 32.89%
R=39.14%
G=27.96%
B=32.89%

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
Decimal23817020000.290.160.07333.5366.6780
HexEEAAC801D10714e4350
Octal356252310035207516103120
Binary1110111010101010110010000111011000011110100111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAC8; }

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

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

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

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

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

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

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

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