Html Css Color HEX #EDBFE2 French Lilac

📋 copy color: '#EDBFE2'

red 237 ◦ green 191 ◦ blue 226

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

Shades of French Lilac #EDBFE2

Tints of French Lilac #EDBFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.56%

R = 36.24%
G = 29.2%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDBFE2 (or 0xEDBFE2) is known color: French Lilac. HEX triplet: ED, BF and E2. RGB value is (237,191,226). Sum of RGB (Red+Green+Blue) = 237+191+226=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFE2 is #12401D. Grayscale: #D0D0D0. Windows color (decimal): -1196062 or 14860269. OLE color: 14860269.

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

Color convert

RGB 237 191 226 -
CMYK 0 0.19 0.05 0.07
HSL 314.35º 0.56% 0.84% -
HSV(B) 314.35º 0.19% 0.93% -
XYZ 67.28 60.76 80.13 -
YUV 208.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 237 191 226 0 0.19 0.05 0.07 314.35 0.56 0.84
Hex ED BF E2 0 13 5 7 13A 38 54
Octal 355 277 342 0 23 5 7 472 70 124
Binary 11101101 10111111 11100010 0 10011 101 111 100111010 111000 1010100

Color Harmonies of #EDBFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFE2

Black with #EDBFE2

Text Example


Text Example

White with #EDBFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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