#EFBDEA

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

Shades of French Lilac #EFBDEA

Tints of French Lilac #EFBDEA

Color information

#EFBDEA (or 0xEFBDEA) is unknown color: approx French Lilac. HEX triplet: EF, BD and EA. RGB value is (239,189,234). Sum of RGB (Red+Green+Blue) = 239+189+234=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDEA is #104215. Grayscale: #D0D0D0. Windows color (decimal): -1065494 or 15384047. OLE color: 15384047.

HSL color Cylindrical-coordinate representation of color #EFBDEA: hue angle of 306º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDEA is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB239189234-
CMYK00.210.020.06
HSL306º60.98%83.92%-
HSV(B)306º20.92%93.73%-
XYZ68.6560.6985.94-
YUV209.08142.06149.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 189 (74.22% from 255) = 28.55%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=36.10%
G=28.55%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918923400.210.020.0630660.9883.92
HexEFBDEA015261323d54
Octal3572753520252646275124
Binary111011111011110111101010010101101101001100101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDEA; }

 p { color: rgb(239,189,234); }

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

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

 a { background-color: rgb(239,189,234); }

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

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

 span { border-color: rgb(239,189,234); }

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