#EDAFE7

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

Shades of French Lilac #EDAFE7

Tints of French Lilac #EDAFE7

Color information

#EDAFE7 (or 0xEDAFE7) is unknown color: approx French Lilac. HEX triplet: ED, AF and E7. RGB value is (237,175,231). Sum of RGB (Red+Green+Blue) = 237+175+231=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFE7 is #125018. Grayscale: #C7C7C7. Windows color (decimal): -1200153 or 15183853. OLE color: 15183853.

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

Color convert

RGB237175231-
CMYK00.260.030.07
HSL305.81º63.27%80.78%-
HSV(B)305.81º26.16%92.94%-
XYZ64.6854.4382.7-
YUV199.92145.54154.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.86%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 231 (90.62% from 255) = 35.93%
R=36.86%
G=27.22%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717523100.260.030.07305.8163.2780.78
HexEDAFE701A371323f51
Octal3552573470323746277121
Binary111011011010111111100111011010111111001100101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFE7; }

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

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

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

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

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

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

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

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