#EEBBDD

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

Shades of French Lilac #EEBBDD

Tints of French Lilac #EEBBDD

Color information

#EEBBDD (or 0xEEBBDD) is unknown color: approx French Lilac. HEX triplet: EE, BB and DD. RGB value is (238,187,221). Sum of RGB (Red+Green+Blue) = 238+187+221=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBDD is #114422. Grayscale: #CECECE. Windows color (decimal): -1131555 or 14531566. OLE color: 14531566.

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

Color convert

RGB238187221-
CMYK00.210.070.07
HSL320º60%83.33%-
HSV(B)320º21.43%93.33%-
XYZ66.0858.9476.3-
YUV206.12136.4150.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.84%
GREEN value IS 187 (73.44% from 255) = 28.95%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=36.84%
G=28.95%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818722100.210.070.073206083.33
HexEEBBDD015771403c53
Octal3562733350257750074123
Binary1110111010111011110111010101011111111010000001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBDD; }

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

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

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

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

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

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

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

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