#EFBDEF

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

Shades of French Lilac #EFBDEF

Tints of French Lilac #EFBDEF

Color information

#EFBDEF (or 0xEFBDEF) is unknown color: approx French Lilac. HEX triplet: EF, BD and EF. RGB value is (239,189,239). Sum of RGB (Red+Green+Blue) = 239+189+239=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBDEF is #104210. Grayscale: #D1D1D1. Windows color (decimal): -1065489 or 15711727. OLE color: 15711727.

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

Color convert

RGB239189239-
CMYK00.2100.06
HSL300º60.98%83.92%-
HSV(B)300º20.92%93.73%-
XYZ69.3760.9889.77-
YUV209.65144.56148.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 239 (93.75% from 255) = 35.83%
R=35.83%
G=28.34%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918923900.2100.0630060.9883.92
HexEFBDEF0150612c3d54
Octal3572753570250645475124
Binary11101111101111011110111101010101101001011001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDEF; }

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

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

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

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

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

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

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

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