Html Css Color HEX #EDB9F1 French Lilac

📋 copy color: '#EDB9F1'

red 237 ◦ green 185 ◦ blue 241

#EDB9F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #EDB9F1

Tints of French Lilac #EDB9F1

RGB

 RED value IS 237 (92.97% from 255) = 35.75%

 GREEN value IS 185 (72.66% from 255) = 27.9%

 BLUE value IS 241 (94.53% from 255) = 36.35%

R = 35.75%
G = 27.9%
B = 36.35%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDB9F1 (or 0xEDB9F1) is known color: 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

RGB 237 185 241 -
CMYK 0.02 0.23 0 0.05
HSL 295.71º 0.67% 0.84% -
HSV(B) 295.71º 0.23% 0.95% -
XYZ 68.15 59.05 91.03 -
YUV 206.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 237 185 241 0.02 0.23 0 0.05 295.71 0.67 0.84
Hex ED B9 F1 2 17 0 5 128 43 54
Octal 355 271 361 2 27 0 5 450 103 124
Binary 11101101 10111001 11110001 10 10111 0 101 100101000 1000011 1010100

Color Harmonies of #EDB9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9F1

Black with #EDB9F1

Text Example


Text Example

White with #EDB9F1

Text Example


Text Example

HTML Codes & Css Web 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>