#EEBDED

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

Shades of French Lilac #EEBDED

Tints of French Lilac #EEBDED

Color information

#EEBDED (or 0xEEBDED) is unknown color: approx French Lilac. HEX triplet: EE, BD and ED. RGB value is (238,189,237). Sum of RGB (Red+Green+Blue) = 238+189+237=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDED is #114212. Grayscale: #D0D0D0. Windows color (decimal): -1131027 or 15580654. OLE color: 15580654.

HSL color Cylindrical-coordinate representation of color #EEBDED: hue angle of 301.22º 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 #EEBDED is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB238189237-
CMYK00.210.000.07
HSL301.22º59.04%83.73%-
HSV(B)301.22º20.59%93.33%-
XYZ68.7460.6988.21-
YUV209.12143.73148.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.84%
GREEN value IS 189 (74.22% from 255) = 28.46%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=35.84%
G=28.46%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818923700.210.000.07301.2259.0483.73
HexEEBDED0150712d3b54
Octal3562753550250745573124
Binary11101110101111011110110101010101111001011011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDED; }

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

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

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

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

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

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

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

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