#EDAFEB

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

Shades of French Lilac #EDAFEB

Tints of French Lilac #EDAFEB

Color information

#EDAFEB (or 0xEDAFEB) is unknown color: approx French Lilac. HEX triplet: ED, AF and EB. RGB value is (237,175,235). Sum of RGB (Red+Green+Blue) = 237+175+235=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDAFEB is #125014. Grayscale: #C8C8C8. Windows color (decimal): -1200149 or 15445997. OLE color: 15445997.

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

Color convert

RGB237175235-
CMYK00.260.010.07
HSL301.94º63.27%80.78%-
HSV(B)301.94º26.16%92.94%-
XYZ65.2554.6685.71-
YUV200.38147.54154.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.63%
GREEN value IS 175 (68.75% from 255) = 27.05%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=36.63%
G=27.05%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717523500.260.010.07301.9463.2780.78
HexEDAFEB01A1712e3f51
Octal3552573530321745677121
Binary11101101101011111110101101101011111001011101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFEB; }

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

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

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

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

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

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

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

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