#EDAACA

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

Shades of Lavender Pink #EDAACA

Tints of Lavender Pink #EDAACA

Color information

#EDAACA (or 0xEDAACA) is unknown color: approx Lavender Pink. HEX triplet: ED, AA and CA. RGB value is (237,170,202). Sum of RGB (Red+Green+Blue) = 237+170+202=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAACA is #125535. Grayscale: #C1C1C1. Windows color (decimal): -1201462 or 13282029. OLE color: 13282029.

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

Color convert

RGB237170202-
CMYK00.280.150.07
HSL331.34º65.05%79.8%-
HSV(B)331.34º28.27%92.94%-
XYZ59.9651.0262.56-
YUV193.68132.7158.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=38.92%
G=27.91%
B=33.17%

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
Decimal23717020200.280.150.07331.3465.0579.8
HexEDAACA01CF714b4150
Octal355252312034177513101120
Binary111011011010101011001010011100111111110100101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAACA; }

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

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

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

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

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

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

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

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