#EFB6DE

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

Shades of French Lilac #EFB6DE

Tints of French Lilac #EFB6DE

Color information

#EFB6DE (or 0xEFB6DE) is unknown color: approx French Lilac. HEX triplet: EF, B6 and DE. RGB value is (239,182,222). Sum of RGB (Red+Green+Blue) = 239+182+222=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6DE is #104921. Grayscale: #CBCBCB. Windows color (decimal): -1067298 or 14595823. OLE color: 14595823.

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

Color convert

RGB239182222-
CMYK00.240.070.06
HSL317.89º64.04%82.55%-
HSV(B)317.89º23.85%93.73%-
XYZ65.5157.0876.67-
YUV203.6138.38153.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 182 (71.48% from 255) = 28.30%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=37.17%
G=28.30%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918222200.240.070.06317.8964.0482.55
HexEFB6DE0187613e4053
Octal35726633603076476100123
Binary11101111101101101101111001100011111010011111010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6DE; }

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

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

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

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

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

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

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

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