#EFB4E0

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

Shades of French Lilac #EFB4E0

Tints of French Lilac #EFB4E0

Color information

#EFB4E0 (or 0xEFB4E0) is unknown color: approx French Lilac. HEX triplet: EF, B4 and E0. RGB value is (239,180,224). Sum of RGB (Red+Green+Blue) = 239+180+224=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4E0 is #104B1F. Grayscale: #CACACA. Windows color (decimal): -1067808 or 14726383. OLE color: 14726383.

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

Color convert

RGB239180224-
CMYK00.250.060.06
HSL315.25º64.84%82.16%-
HSV(B)315.25º24.69%93.73%-
XYZ65.3756.3877.96-
YUV202.66140.05153.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 180 (70.70% from 255) = 27.99%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=37.17%
G=27.99%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918022400.250.060.06315.2564.8482.16
HexEFB4E00196613b4152
Octal35726434003166473101122
Binary11101111101101001110000001100111011010011101110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4E0; }

 p { color: rgb(239,180,224); }

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

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

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

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

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

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

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