#EDB9F1

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

Shades of French Lilac #EDB9F1

Tints of French Lilac #EDB9F1

Color information

#EDB9F1 (or 0xEDB9F1) is unknown color: approx French Lilac. HEX triplet: ED, B9 and F1. RGB value is (237,185,241). Sum of RGB (Red+Green+Blue) = 237+185+241=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 185 (72.66% from 255 or 27.90% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDB9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9F1 is #12460E. Grayscale: #CECECE. Windows color (decimal): -1197583 or 15841773. OLE color: 15841773.

HSL color Cylindrical-coordinate representation of color #EDB9F1: hue angle of 295.71º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB9F1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237185241-
CMYK0.020.2300.05
HSL295.71º66.67%83.53%-
HSV(B)295.71º23.24%94.51%-
XYZ68.1559.0591.03-
YUV206.93147.23149.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 185 (72.66% from 255) = 27.90%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=35.75%
G=27.90%
B=36.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371852410.020.2300.05295.7166.6783.53
HexEDB9F1217051284354
Octal35527136122705450103124
Binary1110110110111001111100011010111010110010100010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB9F1; }

 p { color: rgb(237,185,241); }

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

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

 a { background-color: rgb(237,185,241); }

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

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

 span { border-color: rgb(237,185,241); }

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