#EDAAC9

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

Shades of Lavender Pink #EDAAC9

Tints of Lavender Pink #EDAAC9

Color information

#EDAAC9 (or 0xEDAAC9) is unknown color: approx Lavender Pink. HEX triplet: ED, AA and C9. RGB value is (237,170,201). Sum of RGB (Red+Green+Blue) = 237+170+201=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAAC9 is #125536. Grayscale: #C1C1C1. Windows color (decimal): -1201463 or 13216493. OLE color: 13216493.

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

Color convert

RGB237170201-
CMYK00.280.150.07
HSL332.24º65.05%79.8%-
HSV(B)332.24º28.27%92.94%-
XYZ59.8450.9761.94-
YUV193.57132.2158.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 201 (78.91% from 255) = 33.06%
R=38.98%
G=27.96%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717020100.280.150.07332.2465.0579.8
HexEDAAC901CF714c4150
Octal355252311034177514101120
Binary111011011010101011001001011100111111110100110010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAAC9; }

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

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

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

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

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

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

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

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