#EFBAE2

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

Shades of French Lilac #EFBAE2

Tints of French Lilac #EFBAE2

Color information

#EFBAE2 (or 0xEFBAE2) is unknown color: approx French Lilac. HEX triplet: EF, BA and E2. RGB value is (239,186,226). Sum of RGB (Red+Green+Blue) = 239+186+226=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAE2 is #10451D. Grayscale: #CECECE. Windows color (decimal): -1066270 or 14858991. OLE color: 14858991.

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

Color convert

RGB239186226-
CMYK00.220.050.06
HSL314.72º62.35%83.33%-
HSV(B)314.72º22.18%93.73%-
XYZ66.8858.9679.81-
YUV206.41139.06151.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 226 (88.67% from 255) = 34.72%
R=36.71%
G=28.57%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918622600.220.050.06314.7262.3583.33
HexEFBAE20165613b3e53
Octal3572723420265647376123
Binary1110111110111010111000100101101011101001110111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBAE2; }

 p { color: rgb(239,186,226); }

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

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

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

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

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

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

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