#EEBDE3

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

Shades of French Lilac #EEBDE3

Tints of French Lilac #EEBDE3

Color information

#EEBDE3 (or 0xEEBDE3) is unknown color: approx French Lilac. HEX triplet: EE, BD and E3. RGB value is (238,189,227). Sum of RGB (Red+Green+Blue) = 238+189+227=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDE3 is #11421C. Grayscale: #CFCFCF. Windows color (decimal): -1131037 or 14925294. OLE color: 14925294.

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

Color convert

RGB238189227-
CMYK00.210.050.07
HSL313.47º59.04%83.73%-
HSV(B)313.47º20.59%93.33%-
XYZ67.3260.1280.73-
YUV207.98138.73149.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 227 (89.06% from 255) = 34.71%
R=36.39%
G=28.90%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818922700.210.050.07313.4759.0483.73
HexEEBDE3015571393b54
Octal3562753430255747173124
Binary1110111010111101111000110101011011111001110011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDE3; }

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

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

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

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

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

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

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

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