#EDAFDC

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

Shades of French Lilac #EDAFDC

Tints of French Lilac #EDAFDC

Color information

#EDAFDC (or 0xEDAFDC) is unknown color: approx French Lilac. HEX triplet: ED, AF and DC. RGB value is (237,175,220). Sum of RGB (Red+Green+Blue) = 237+175+220=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFDC is #125023. Grayscale: #C6C6C6. Windows color (decimal): -1200164 or 14462957. OLE color: 14462957.

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

Color convert

RGB237175220-
CMYK00.260.070.07
HSL316.45º63.27%80.78%-
HSV(B)316.45º26.16%92.94%-
XYZ63.1753.8374.77-
YUV198.67140.04155.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 175 (68.75% from 255) = 27.69%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=37.5%
G=27.69%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717522000.260.070.07316.4563.2780.78
HexEDAFDC01A7713c3f51
Octal3552573340327747477121
Binary1110110110101111110111000110101111111001111001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFDC; }

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

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

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

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

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

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

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

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