Html Css Color HEX #EDBFEC French Lilac

📋 copy color: '#EDBFEC'

red 237 ◦ green 191 ◦ blue 236

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

Shades of French Lilac #EDBFEC

Tints of French Lilac #EDBFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.54%

R = 35.69%
G = 28.77%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDBFEC (or 0xEDBFEC) is known color: French Lilac. HEX triplet: ED, BF and EC. RGB value is (237,191,236). Sum of RGB (Red+Green+Blue) = 237+191+236=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFEC is #124013. Grayscale: #D1D1D1. Windows color (decimal): -1196052 or 15515629. OLE color: 15515629.

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

Color convert

RGB 237 191 236 -
CMYK 0 0.19 0.00 0.07
HSL 301.3º 0.56% 0.84% -
HSV(B) 301.3º 0.19% 0.93% -
XYZ 68.7 61.32 87.57 -
YUV 209.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 237 191 236 0 0.19 0.00 0.07 301.3 0.56 0.84
Hex ED BF EC 0 13 0 7 12D 38 54
Octal 355 277 354 0 23 0 7 455 70 124
Binary 11101101 10111111 11101100 0 10011 0 111 100101101 111000 1010100

Color Harmonies of #EDBFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFEC

Black with #EDBFEC

Text Example


Text Example

White with #EDBFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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