#EDAFE2

Color #EDAFE2 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #EDAFE2

Tints of French Lilac #EDAFE2

Color information

#EDAFE2 (or 0xEDAFE2) is unknown color: approx French Lilac. HEX triplet: ED, AF and E2. RGB value is (237,175,226). Sum of RGB (Red+Green+Blue) = 237+175+226=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFE2 is #12501D. Grayscale: #C7C7C7. Windows color (decimal): -1200158 or 14856173. OLE color: 14856173.

HSL color Cylindrical-coordinate representation of color #EDAFE2: hue angle of 310.65º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFE2 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237175226-
CMYK00.260.050.07
HSL310.65º63.27%80.78%-
HSV(B)310.65º26.16%92.94%-
XYZ63.9854.1679.03-
YUV199.35143.04154.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 175 (68.75% from 255) = 27.43%
BLUE value IS 226 (88.67% from 255) = 35.42%
R=37.15%
G=27.43%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717522600.260.050.07310.6563.2780.78
HexEDAFE201A571373f51
Octal3552573420325746777121
Binary1110110110101111111000100110101011111001101111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFE2; }

 p { color: rgb(237,175,226); }

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

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

 a { background-color: rgb(237,175,226); }

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

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

 span { border-color: rgb(237,175,226); }

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