#EFB2E5

Color #EFB2E5 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #EFB2E5

Tints of French Lilac #EFB2E5

Color information

#EFB2E5 (or 0xEFB2E5) is unknown color: approx French Lilac. HEX triplet: EF, B2 and E5. RGB value is (239,178,229). Sum of RGB (Red+Green+Blue) = 239+178+229=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2E5 is #104D1A. Grayscale: #C9C9C9. Windows color (decimal): -1068315 or 15053551. OLE color: 15053551.

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

Color convert

RGB239178229-
CMYK00.260.040.06
HSL309.84º65.59%81.76%-
HSV(B)309.84º25.52%93.73%-
XYZ65.6655.8581.45-
YUV202.05143.21154.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 178 (69.92% from 255) = 27.55%
BLUE value IS 229 (89.84% from 255) = 35.45%
R=37.00%
G=27.55%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917822900.260.040.06309.8465.5981.76
HexEFB2E501A461364252
Octal35726234503246466102122
Binary11101111101100101110010101101010011010011011010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2E5; }

 p { color: rgb(239,178,229); }

 H1.HeaderClassName
 {
   color: #EFB2E5;
 }
 .AnyTagClassName
 {
   color: #EFB2E5;
 }
</style>
background-color css

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

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

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

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

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

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