Html Css Color HEX #EFB3F1 French Lilac

📋 copy color: '#EFB3F1'

red 239 ◦ green 179 ◦ blue 241

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

Shades of French Lilac #EFB3F1

Tints of French Lilac #EFB3F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.57%

R = 36.27%
G = 27.16%
B = 36.57%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFB3F1 (or 0xEFB3F1) is known color: French Lilac. HEX triplet: EF, B3 and F1. RGB value is (239,179,241). Sum of RGB (Red+Green+Blue) = 239+179+241=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 179 (70.31% from 255 or 27.16% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFB3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB3F1 is #104C0E. Grayscale: #CBCBCB. Windows color (decimal): -1068047 or 15840239. OLE color: 15840239.

HSL color Cylindrical-coordinate representation of color #EFB3F1: hue angle of 298.06º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB3F1 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 179 241 -
CMYK 0.01 0.26 0 0.05
HSL 298.06º 0.69% 0.82% -
HSV(B) 298.06º 0.26% 0.95% -
XYZ 67.59 56.94 90.65 -
YUV 204.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 239 179 241 0.01 0.26 0 0.05 298.06 0.69 0.82
Hex EF B3 F1 1 1A 0 5 12A 45 52
Octal 357 263 361 1 32 0 5 452 105 122
Binary 11101111 10110011 11110001 1 11010 0 101 100101010 1000101 1010010

Color Harmonies of #EFB3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3F1

Black with #EFB3F1

Text Example


Text Example

White with #EFB3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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