#EFB9E0

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

Shades of French Lilac #EFB9E0

Tints of French Lilac #EFB9E0

Color information

#EFB9E0 (or 0xEFB9E0) is unknown color: approx French Lilac. HEX triplet: EF, B9 and E0. RGB value is (239,185,224). Sum of RGB (Red+Green+Blue) = 239+185+224=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 185 (72.66% from 255 or 28.55% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9E0 is #10461F. Grayscale: #CDCDCD. Windows color (decimal): -1066528 or 14727663. OLE color: 14727663.

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

Color convert

RGB239185224-
CMYK00.230.060.06
HSL316.67º62.79%83.14%-
HSV(B)316.67º22.59%93.73%-
XYZ66.458.4378.3-
YUV205.59138.39151.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 185 (72.66% from 255) = 28.55%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=36.88%
G=28.55%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918522400.230.060.06316.6762.7983.14
HexEFB9E00176613d3f53
Octal3572713400276647577123
Binary1110111110111001111000000101111101101001111011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9E0; }

 p { color: rgb(239,185,224); }

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

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

 a { background-color: rgb(239,185,224); }

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

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

 span { border-color: rgb(239,185,224); }

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