Html Css Color HEX #EDBFE6 French Lilac

📋 copy color: '#EDBFE6'

red 237 ◦ green 191 ◦ blue 230

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

Shades of French Lilac #EDBFE6

Tints of French Lilac #EDBFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.95%

R = 36.02%
G = 29.03%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDBFE6 (or 0xEDBFE6) is known color: French Lilac. HEX triplet: ED, BF and E6. RGB value is (237,191,230). Sum of RGB (Red+Green+Blue) = 237+191+230=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFE6 is #124019. Grayscale: #D1D1D1. Windows color (decimal): -1196058 or 15122413. OLE color: 15122413.

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

Color convert

RGB 237 191 230 -
CMYK 0 0.19 0.03 0.07
HSL 309.13º 0.56% 0.84% -
HSV(B) 309.13º 0.19% 0.93% -
XYZ 67.84 60.98 83.06 -
YUV 209.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 237 191 230 0 0.19 0.03 0.07 309.13 0.56 0.84
Hex ED BF E6 0 13 3 7 135 38 54
Octal 355 277 346 0 23 3 7 465 70 124
Binary 11101101 10111111 11100110 0 10011 11 111 100110101 111000 1010100

Color Harmonies of #EDBFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFE6

Black with #EDBFE6

Text Example


Text Example

White with #EDBFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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