Html Css Color HEX #EDBFE7 French Lilac

📋 copy color: '#EDBFE7'

red 237 ◦ green 191 ◦ blue 231

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

Shades of French Lilac #EDBFE7

Tints of French Lilac #EDBFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.05%

R = 35.96%
G = 28.98%
B = 35.05%

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

#EDBFE7 (or 0xEDBFE7) is known color: French Lilac. HEX triplet: ED, BF and E7. RGB value is (237,191,231). Sum of RGB (Red+Green+Blue) = 237+191+231=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFE7 is #124018. Grayscale: #D1D1D1. Windows color (decimal): -1196057 or 15187949. OLE color: 15187949.

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

Color convert

RGB 237 191 231 -
CMYK 0 0.19 0.03 0.07
HSL 307.83º 0.56% 0.84% -
HSV(B) 307.83º 0.19% 0.93% -
XYZ 67.98 61.04 83.8 -
YUV 209.31 140.24 147.75 -
System Red Green Blue C M Y K H S L
Decimal 237 191 231 0 0.19 0.03 0.07 307.83 0.56 0.84
Hex ED BF E7 0 13 3 7 134 38 54
Octal 355 277 347 0 23 3 7 464 70 124
Binary 11101101 10111111 11100111 0 10011 11 111 100110100 111000 1010100

Color Harmonies of #EDBFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFE7

Black with #EDBFE7

Text Example


Text Example

White with #EDBFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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