#EEBDEC

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

Shades of French Lilac #EEBDEC

Tints of French Lilac #EEBDEC

Color information

#EEBDEC (or 0xEEBDEC) is unknown color: approx French Lilac. HEX triplet: EE, BD and EC. RGB value is (238,189,236). Sum of RGB (Red+Green+Blue) = 238+189+236=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDEC is #114213. Grayscale: #D0D0D0. Windows color (decimal): -1131028 or 15515118. OLE color: 15515118.

HSL color Cylindrical-coordinate representation of color #EEBDEC: hue angle of 302.45º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDEC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238189236-
CMYK00.210.010.07
HSL302.45º59.04%83.73%-
HSV(B)302.45º20.59%93.33%-
XYZ68.660.6387.44-
YUV209.01143.23148.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.90%
GREEN value IS 189 (74.22% from 255) = 28.51%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=35.90%
G=28.51%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818923600.210.010.07302.4559.0483.73
HexEEBDEC0151712e3b54
Octal3562753540251745673124
Binary11101110101111011110110001010111111001011101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDEC; }

 p { color: rgb(238,189,236); }

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

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

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

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

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

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

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