#EFB2EB

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

Shades of French Lilac #EFB2EB

Tints of French Lilac #EFB2EB

Color information

#EFB2EB (or 0xEFB2EB) is unknown color: approx French Lilac. HEX triplet: EF, B2 and EB. RGB value is (239,178,235). Sum of RGB (Red+Green+Blue) = 239+178+235=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2EB is #104D14. Grayscale: #CACACA. Windows color (decimal): -1068309 or 15446767. OLE color: 15446767.

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

Color convert

RGB239178235-
CMYK00.260.020.06
HSL303.93º65.59%81.76%-
HSV(B)303.93º25.52%93.73%-
XYZ66.5156.1985.94-
YUV202.74146.21153.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 178 (69.92% from 255) = 27.30%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=36.66%
G=27.30%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917823500.260.020.06303.9365.5981.76
HexEFB2EB01A261304252
Octal35726235303226460102122
Binary1110111110110010111010110110101011010011000010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2EB; }

 p { color: rgb(239,178,235); }

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

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

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

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

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

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

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