#EFBFE9

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

Shades of French Lilac #EFBFE9

Tints of French Lilac #EFBFE9

Color information

#EFBFE9 (or 0xEFBFE9) is unknown color: approx French Lilac. HEX triplet: EF, BF and E9. RGB value is (239,191,233). Sum of RGB (Red+Green+Blue) = 239+191+233=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFE9 is #104016. Grayscale: #D2D2D2. Windows color (decimal): -1064983 or 15319023. OLE color: 15319023.

HSL color Cylindrical-coordinate representation of color #EFBFE9: hue angle of 307.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFE9 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB239191233-
CMYK00.200.030.06
HSL307.5º60%84.31%-
HSV(B)307.5º20.08%93.73%-
XYZ68.9461.585.33-
YUV210.14140.9148.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 191 (75% from 255) = 28.81%
BLUE value IS 233 (91.41% from 255) = 35.14%
R=36.05%
G=28.81%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919123300.200.030.06307.56084.31
HexEFBFE9014361343c54
Octal3572773510243646474124
Binary111011111011111111101001010100111101001101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFE9; }

 p { color: rgb(239,191,233); }

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

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

 a { background-color: rgb(239,191,233); }

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

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

 span { border-color: rgb(239,191,233); }

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