#EDAAD6

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

Shades of Lavender Pink #EDAAD6

Tints of Lavender Pink #EDAAD6

Color information

#EDAAD6 (or 0xEDAAD6) is unknown color: approx Lavender Pink. HEX triplet: ED, AA and D6. RGB value is (237,170,214). Sum of RGB (Red+Green+Blue) = 237+170+214=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAD6 is #125529. Grayscale: #C2C2C2. Windows color (decimal): -1201450 or 14068461. OLE color: 14068461.

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

Color convert

RGB237170214-
CMYK00.280.100.07
HSL320.6º65.05%79.8%-
HSV(B)320.6º28.27%92.94%-
XYZ61.4451.6170.34-
YUV195.05138.7157.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 214 (83.98% from 255) = 34.46%
R=38.16%
G=27.38%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717021400.280.100.07320.665.0579.8
HexEDAAD601CA71414150
Octal355252326034127501101120
Binary111011011010101011010110011100101011110100000110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAD6; }

 p { color: rgb(237,170,214); }

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

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

 a { background-color: rgb(237,170,214); }

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

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

 span { border-color: rgb(237,170,214); }

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