Html Css Color HEX #EFB3EC French Lilac

📋 copy color: '#EFB3EC'

red 239 ◦ green 179 ◦ blue 236

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

Shades of French Lilac #EFB3EC

Tints of French Lilac #EFB3EC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.37%

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

R = 36.54%
G = 27.37%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFB3EC (or 0xEFB3EC) is known color: French Lilac. HEX triplet: EF, B3 and EC. RGB value is (239,179,236). Sum of RGB (Red+Green+Blue) = 239+179+236=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3EC is #104C13. Grayscale: #CBCBCB. Windows color (decimal): -1068052 or 15512559. OLE color: 15512559.

HSL color Cylindrical-coordinate representation of color #EFB3EC: hue angle of 303º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB3EC is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 236 -
CMYK 0 0.25 0.01 0.06
HSL 303º 0.65% 0.82% -
HSV(B) 303º 0.25% 0.94% -
XYZ 66.86 56.65 86.77 -
YUV 203.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 239 179 236 0 0.25 0.01 0.06 303 0.65 0.82
Hex EF B3 EC 0 19 1 6 12F 41 52
Octal 357 263 354 0 31 1 6 457 101 122
Binary 11101111 10110011 11101100 0 11001 1 110 100101111 1000001 1010010

Color Harmonies of #EFB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3EC

Black with #EFB3EC

Text Example


Text Example

White with #EFB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3EC; }

 p { color: rgb(239,179,236); }

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

background-color css

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

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

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

border-color css

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

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

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