#EDAFDB

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

Shades of French Lilac #EDAFDB

Tints of French Lilac #EDAFDB

Color information

#EDAFDB (or 0xEDAFDB) is unknown color: approx French Lilac. HEX triplet: ED, AF and DB. RGB value is (237,175,219). Sum of RGB (Red+Green+Blue) = 237+175+219=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFDB is #125024. Grayscale: #C6C6C6. Windows color (decimal): -1200165 or 14397421. OLE color: 14397421.

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

Color convert

RGB237175219-
CMYK00.260.080.07
HSL317.42º63.27%80.78%-
HSV(B)317.42º26.16%92.94%-
XYZ63.0453.7874.08-
YUV198.55139.54155.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 219 (85.94% from 255) = 34.71%
R=37.56%
G=27.73%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717521900.260.080.07317.4263.2780.78
HexEDAFDB01A8713d3f51
Octal35525733303210747577121
Binary11101101101011111101101101101010001111001111011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAFDB; }

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

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

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

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

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

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

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

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