#EDAFE8

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

Shades of French Lilac #EDAFE8

Tints of French Lilac #EDAFE8

Color information

#EDAFE8 (or 0xEDAFE8) is unknown color: approx French Lilac. HEX triplet: ED, AF and E8. RGB value is (237,175,232). Sum of RGB (Red+Green+Blue) = 237+175+232=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFE8 is #125017. Grayscale: #C7C7C7. Windows color (decimal): -1200152 or 15249389. OLE color: 15249389.

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

Color convert

RGB237175232-
CMYK00.260.020.07
HSL304.84º63.27%80.78%-
HSV(B)304.84º26.16%92.94%-
XYZ64.8254.4983.45-
YUV200.04146.04154.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.80%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 232 (91.02% from 255) = 36.02%
R=36.80%
G=27.17%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717523200.260.020.07304.8463.2780.78
HexEDAFE801A271313f51
Octal3552573500322746177121
Binary111011011010111111101000011010101111001100011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFE8; }

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

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

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

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

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

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

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

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