#EEBAEE

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

Shades of French Lilac #EEBAEE

Tints of French Lilac #EEBAEE

Color information

#EEBAEE (or 0xEEBAEE) is unknown color: approx French Lilac. HEX triplet: EE, BA and EE. RGB value is (238,186,238). Sum of RGB (Red+Green+Blue) = 238+186+238=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEBAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAEE is #114511. Grayscale: #CFCFCF. Windows color (decimal): -1131794 or 15645422. OLE color: 15645422.

HSL color Cylindrical-coordinate representation of color #EEBAEE: hue angle of 300º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBAEE is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB238186238-
CMYK00.2200.07
HSL300º60.47%83.14%-
HSV(B)300º21.85%93.33%-
XYZ68.2559.4788.77-
YUV207.48145.23149.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=35.95%
G=28.10%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818623800.2200.0730060.4783.14
HexEEBAEE0160712c3c53
Octal3562723560260745474123
Binary11101110101110101110111001011001111001011001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAEE; }

 p { color: rgb(238,186,238); }

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

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

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

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

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

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

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