Html Css Color HEX #EFBAEF French Lilac

📋 copy color: '#EFBAEF'

red 239 ◦ green 186 ◦ blue 239

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

Shades of French Lilac #EFBAEF

Tints of French Lilac #EFBAEF

RGB

 RED value IS 239 (93.75% from 255) = 35.99%

 GREEN value IS 186 (73.05% from 255) = 28.01%

 BLUE value IS 239 (93.75% from 255) = 35.99%

R = 35.99%
G = 28.01%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFBAEF (or 0xEFBAEF) is known color: French Lilac. HEX triplet: EF, BA and EF. RGB value is (239,186,239). Sum of RGB (Red+Green+Blue) = 239+186+239=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFBAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAEF is #104510. Grayscale: #CFCFCF. Windows color (decimal): -1066257 or 15710959. OLE color: 15710959.

HSL color Cylindrical-coordinate representation of color #EFBAEF: hue angle of 300º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBAEF is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 239 -
CMYK 0 0.22 0 0.06
HSL 300º 0.62% 0.83% -
HSV(B) 300º 0.22% 0.94% -
XYZ 68.74 59.7 89.56 -
YUV 207.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 239 186 239 0 0.22 0 0.06 300 0.62 0.83
Hex EF BA EF 0 16 0 6 12C 3E 53
Octal 357 272 357 0 26 0 6 454 76 123
Binary 11101111 10111010 11101111 0 10110 0 110 100101100 111110 1010011

Color Harmonies of #EFBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAEF

Black with #EFBAEF

Text Example


Text Example

White with #EFBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAEF; }

 p { color: rgb(239,186,239); }

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

background-color css

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

 a { background-color: rgb(239,186,239); }

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

border-color css

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

 span { border-color: rgb(239,186,239); }

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