#EEB9DD

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

Shades of French Lilac #EEB9DD

Tints of French Lilac #EEB9DD

Color information

#EEB9DD (or 0xEEB9DD) is unknown color: approx French Lilac. HEX triplet: EE, B9 and DD. RGB value is (238,185,221). Sum of RGB (Red+Green+Blue) = 238+185+221=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9DD is #114622. Grayscale: #CCCCCC. Windows color (decimal): -1132067 or 14531054. OLE color: 14531054.

HSL color Cylindrical-coordinate representation of color #EEB9DD: hue angle of 319.25º degrees, saturation: 0.61, 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 #EEB9DD is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238185221-
CMYK00.220.070.07
HSL319.25º60.92%82.94%-
HSV(B)319.25º22.27%93.33%-
XYZ65.6658.176.16-
YUV204.95137.06151.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 185 (72.66% from 255) = 28.73%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=36.96%
G=28.73%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818522100.220.070.07319.2560.9282.94
HexEEB9DD0167713f3d53
Octal3562713350267747775123
Binary1110111010111001110111010101101111111001111111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9DD; }

 p { color: rgb(238,185,221); }

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

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

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

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

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

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

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