#EFB4ED

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

Shades of French Lilac #EFB4ED

Tints of French Lilac #EFB4ED

Color information

#EFB4ED (or 0xEFB4ED) is unknown color: approx French Lilac. HEX triplet: EF, B4 and ED. RGB value is (239,180,237). Sum of RGB (Red+Green+Blue) = 239+180+237=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB4ED is #104B12. Grayscale: #CBCBCB. Windows color (decimal): -1067795 or 15578351. OLE color: 15578351.

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

Color convert

RGB239180237-
CMYK00.250.010.06
HSL302.03º64.84%82.16%-
HSV(B)302.03º24.69%93.73%-
XYZ67.257.1187.6-
YUV204.14146.55152.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 180 (70.70% from 255) = 27.44%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=36.43%
G=27.44%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918023700.250.010.06302.0364.8482.16
HexEFB4ED0191612e4152
Octal35726435503116456101122
Binary111011111011010011101101011001111010010111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB4ED; }

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

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

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

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

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

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

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

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