#EFB6E4

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

Shades of French Lilac #EFB6E4

Tints of French Lilac #EFB6E4

Color information

#EFB6E4 (or 0xEFB6E4) is unknown color: approx French Lilac. HEX triplet: EF, B6 and E4. RGB value is (239,182,228). Sum of RGB (Red+Green+Blue) = 239+182+228=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6E4 is #10491B. Grayscale: #CCCCCC. Windows color (decimal): -1067292 or 14989039. OLE color: 14989039.

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

Color convert

RGB239182228-
CMYK00.240.050.06
HSL311.58º64.04%82.55%-
HSV(B)311.58º23.85%93.73%-
XYZ66.3357.4180.98-
YUV204.29141.38152.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 182 (71.48% from 255) = 28.04%
BLUE value IS 228 (89.45% from 255) = 35.13%
R=36.83%
G=28.04%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918222800.240.050.06311.5864.0482.55
HexEFB6E4018561384053
Octal35726634403056470100123
Binary11101111101101101110010001100010111010011100010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB6E4; }

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

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

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

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

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

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

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

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