#EFB6EE

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

Shades of French Lilac #EFB6EE

Tints of French Lilac #EFB6EE

Color information

#EFB6EE (or 0xEFB6EE) is unknown color: approx French Lilac. HEX triplet: EF, B6 and EE. RGB value is (239,182,238). Sum of RGB (Red+Green+Blue) = 239+182+238=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 182 (71.48% from 255 or 27.62% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB6EE is #104911. Grayscale: #CDCDCD. Windows color (decimal): -1067282 or 15644399. OLE color: 15644399.

HSL color Cylindrical-coordinate representation of color #EFB6EE: hue angle of 301.05º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6EE is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239182238-
CMYK00.240.000.06
HSL301.05º64.04%82.55%-
HSV(B)301.05º23.85%93.73%-
XYZ67.7657.9888.51-
YUV205.43146.38151.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 182 (71.48% from 255) = 27.62%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=36.27%
G=27.62%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918223800.240.000.06301.0564.0482.55
HexEFB6EE0180612d4053
Octal35726635603006455100123
Binary111011111011011011101110011000011010010110110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6EE; }

 p { color: rgb(239,182,238); }

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

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

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

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

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

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

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