#EEAED7

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

Shades of Lavender Pink #EEAED7

Tints of Lavender Pink #EEAED7

Color information

#EEAED7 (or 0xEEAED7) is unknown color: approx Lavender Pink. HEX triplet: EE, AE and D7. RGB value is (238,174,215). Sum of RGB (Red+Green+Blue) = 238+174+215=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAED7 is #115128. Grayscale: #C5C5C5. Windows color (decimal): -1134889 or 14135022. OLE color: 14135022.

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

Color convert

RGB238174215-
CMYK00.270.100.07
HSL321.56º65.31%80.78%-
HSV(B)321.56º26.89%93.33%-
XYZ62.6653.3671.29-
YUV197.81137.7156.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=37.96%
G=27.75%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817421500.270.100.07321.5665.3180.78
HexEEAED701BA71424151
Octal356256327033127502101121
Binary111011101010111011010111011011101011110100001010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAED7; }

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

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

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

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

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

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

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

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