#EEBFE1

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

Shades of French Lilac #EEBFE1

Tints of French Lilac #EEBFE1

Color information

#EEBFE1 (or 0xEEBFE1) is unknown color: approx French Lilac. HEX triplet: EE, BF and E1. RGB value is (238,191,225). Sum of RGB (Red+Green+Blue) = 238+191+225=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFE1 is #11401E. Grayscale: #D0D0D0. Windows color (decimal): -1130527 or 14794734. OLE color: 14794734.

HSL color Cylindrical-coordinate representation of color #EEBFE1: hue angle of 316.6º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFE1 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238191225-
CMYK00.200.050.07
HSL316.6º58.02%84.12%-
HSV(B)316.6º19.75%93.33%-
XYZ67.4860.8779.43-
YUV208.93137.07148.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=36.39%
G=29.20%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819122500.200.050.07316.658.0284.12
HexEEBFE10145713d3a54
Octal3562773410245747572124
Binary1110111010111111111000010101001011111001111011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBFE1; }

 p { color: rgb(238,191,225); }

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

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

 a { background-color: rgb(238,191,225); }

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

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

 span { border-color: rgb(238,191,225); }

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