Html Css Color HEX #EFBAEB French Lilac

📋 copy color: '#EFBAEB'

red 239 ◦ green 186 ◦ blue 235

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

Shades of French Lilac #EFBAEB

Tints of French Lilac #EFBAEB

RGB

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

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

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

R = 36.21%
G = 28.18%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFBAEB (or 0xEFBAEB) is known color: French Lilac. HEX triplet: EF, BA and EB. RGB value is (239,186,235). Sum of RGB (Red+Green+Blue) = 239+186+235=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBAEB is #104514. Grayscale: #CFCFCF. Windows color (decimal): -1066261 or 15448815. OLE color: 15448815.

HSL color Cylindrical-coordinate representation of color #EFBAEB: hue angle of 304.53º 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 #EFBAEB is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 235 -
CMYK 0 0.22 0.02 0.06
HSL 304.53º 0.62% 0.83% -
HSV(B) 304.53º 0.22% 0.94% -
XYZ 68.15 59.47 86.48 -
YUV 207.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 239 186 235 0 0.22 0.02 0.06 304.53 0.62 0.83
Hex EF BA EB 0 16 2 6 131 3E 53
Octal 357 272 353 0 26 2 6 461 76 123
Binary 11101111 10111010 11101011 0 10110 10 110 100110001 111110 1010011

Color Harmonies of #EFBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAEB

Black with #EFBAEB

Text Example


Text Example

White with #EFBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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