#EFBFE8

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

Shades of French Lilac #EFBFE8

Tints of French Lilac #EFBFE8

Color information

#EFBFE8 (or 0xEFBFE8) is unknown color: approx French Lilac. HEX triplet: EF, BF and E8. RGB value is (239,191,232). Sum of RGB (Red+Green+Blue) = 239+191+232=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFE8 is #104017. Grayscale: #D1D1D1. Windows color (decimal): -1064984 or 15253487. OLE color: 15253487.

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

Color convert

RGB239191232-
CMYK00.200.030.06
HSL308.75º60%84.31%-
HSV(B)308.75º20.08%93.73%-
XYZ68.7961.4484.58-
YUV210.03140.4148.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 232 (91.02% from 255) = 35.05%
R=36.10%
G=28.85%
B=35.05%

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
Decimal23919123200.200.030.06308.756084.31
HexEFBFE8014361353c54
Octal3572773500243646574124
Binary111011111011111111101000010100111101001101011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFE8; }

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

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

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

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

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

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

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

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