#EDAFE3

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

Shades of French Lilac #EDAFE3

Tints of French Lilac #EDAFE3

Color information

#EDAFE3 (or 0xEDAFE3) is unknown color: approx French Lilac. HEX triplet: ED, AF and E3. RGB value is (237,175,227). Sum of RGB (Red+Green+Blue) = 237+175+227=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 227 (89.06% from 255 or 35.52% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFE3 is #12501C. Grayscale: #C7C7C7. Windows color (decimal): -1200157 or 14921709. OLE color: 14921709.

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

Color convert

RGB237175227-
CMYK00.260.040.07
HSL309.68º63.27%80.78%-
HSV(B)309.68º26.16%92.94%-
XYZ64.1254.2179.76-
YUV199.47143.54154.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 227 (89.06% from 255) = 35.52%
R=37.09%
G=27.39%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717522700.260.040.07309.6863.2780.78
HexEDAFE301A471363f51
Octal3552573430324746677121
Binary1110110110101111111000110110101001111001101101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFE3; }

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

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

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

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

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

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

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

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