#EDAACE

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

Shades of Lavender Pink #EDAACE

Tints of Lavender Pink #EDAACE

Color information

#EDAACE (or 0xEDAACE) is unknown color: approx Lavender Pink. HEX triplet: ED, AA and CE. RGB value is (237,170,206). Sum of RGB (Red+Green+Blue) = 237+170+206=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAACE is #125531. Grayscale: #C2C2C2. Windows color (decimal): -1201458 or 13544173. OLE color: 13544173.

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

Color convert

RGB237170206-
CMYK00.280.130.07
HSL327.76º65.05%79.8%-
HSV(B)327.76º28.27%92.94%-
XYZ60.4451.2165.09-
YUV194.14134.7158.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 206 (80.86% from 255) = 33.61%
R=38.66%
G=27.73%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717020600.280.130.07327.7665.0579.8
HexEDAACE01CD71484150
Octal355252316034157510101120
Binary111011011010101011001110011100110111110100100010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAACE; }

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

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

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

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

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

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

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

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