#EDAAC8

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

Shades of Lavender Pink #EDAAC8

Tints of Lavender Pink #EDAAC8

Color information

#EDAAC8 (or 0xEDAAC8) is unknown color: approx Lavender Pink. HEX triplet: ED, AA and C8. RGB value is (237,170,200). Sum of RGB (Red+Green+Blue) = 237+170+200=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAC8 is #125537. Grayscale: #C1C1C1. Windows color (decimal): -1201464 or 13150957. OLE color: 13150957.

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

Color convert

RGB237170200-
CMYK00.280.160.07
HSL333.13º65.05%79.8%-
HSV(B)333.13º28.27%92.94%-
XYZ59.7350.9261.33-
YUV193.45131.7159.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 170 (66.80% from 255) = 28.01%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=39.04%
G=28.01%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717020000.280.160.07333.1365.0579.8
HexEDAAC801C10714d4150
Octal355252310034207515101120
Binary1110110110101010110010000111001000011110100110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAC8; }

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

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

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

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

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

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

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

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