Html Css Color HEX #EDBFEB French Lilac

📋 copy color: '#EDBFEB'

red 237 ◦ green 191 ◦ blue 235

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

Shades of French Lilac #EDBFEB

Tints of French Lilac #EDBFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.44%

R = 35.75%
G = 28.81%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDBFEB (or 0xEDBFEB) is known color: French Lilac. HEX triplet: ED, BF and EB. RGB value is (237,191,235). Sum of RGB (Red+Green+Blue) = 237+191+235=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFEB is #124014. Grayscale: #D1D1D1. Windows color (decimal): -1196053 or 15450093. OLE color: 15450093.

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

Color convert

RGB 237 191 235 -
CMYK 0 0.19 0.01 0.07
HSL 302.61º 0.56% 0.84% -
HSV(B) 302.61º 0.19% 0.93% -
XYZ 68.55 61.26 86.81 -
YUV 209.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 237 191 235 0 0.19 0.01 0.07 302.61 0.56 0.84
Hex ED BF EB 0 13 1 7 12F 38 54
Octal 355 277 353 0 23 1 7 457 70 124
Binary 11101101 10111111 11101011 0 10011 1 111 100101111 111000 1010100

Color Harmonies of #EDBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFEB

Black with #EDBFEB

Text Example


Text Example

White with #EDBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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