Html Css Color HEX #EDBFE3 French Lilac

📋 copy color: '#EDBFE3'

red 237 ◦ green 191 ◦ blue 227

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

Shades of French Lilac #EDBFE3

Tints of French Lilac #EDBFE3

RGB

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

 GREEN value IS 191 (75% from 255) = 29.16%

 BLUE value IS 227 (89.06% from 255) = 34.66%

R = 36.18%
G = 29.16%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDBFE3 (or 0xEDBFE3) is known color: French Lilac. HEX triplet: ED, BF and E3. RGB value is (237,191,227). Sum of RGB (Red+Green+Blue) = 237+191+227=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFE3 is #12401C. Grayscale: #D0D0D0. Windows color (decimal): -1196061 or 14925805. OLE color: 14925805.

HSL color Cylindrical-coordinate representation of color #EDBFE3: hue angle of 313.04º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFE3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 191 227 -
CMYK 0 0.19 0.04 0.07
HSL 313.04º 0.56% 0.84% -
HSV(B) 313.04º 0.19% 0.93% -
XYZ 67.42 60.81 80.86 -
YUV 208.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 237 191 227 0 0.19 0.04 0.07 313.04 0.56 0.84
Hex ED BF E3 0 13 4 7 139 38 54
Octal 355 277 343 0 23 4 7 471 70 124
Binary 11101101 10111111 11100011 0 10011 100 111 100111001 111000 1010100

Color Harmonies of #EDBFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFE3

Black with #EDBFE3

Text Example


Text Example

White with #EDBFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFE3; }

 p { color: rgb(237,191,227); }

 H1.HeaderClassName
 {
   color: #EDBFE3;
 }
 .AnyTagClassName
 {
   color: #EDBFE3;
 }
</style>

background-color css

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

 a { background-color: rgb(237,191,227); }

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

border-color css

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

 span { border-color: rgb(237,191,227); }

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