#E9B0DC

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

Shades of French Lilac #E9B0DC

Tints of French Lilac #E9B0DC

Color information

#E9B0DC (or 0xE9B0DC) is unknown color: approx French Lilac. HEX triplet: E9, B0 and DC. RGB value is (233,176,220). Sum of RGB (Red+Green+Blue) = 233+176+220=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B0DC is #164F23. Grayscale: #C5C5C5. Windows color (decimal): -1462052 or 14463209. OLE color: 14463209.

HSL color Cylindrical-coordinate representation of color #E9B0DC: hue angle of 313.68º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B0DC is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233176220-
CMYK00.240.060.09
HSL313.68º56.44%80.2%-
HSV(B)313.68º24.46%91.37%-
XYZ62.0553.5474.77-
YUV198.06140.38152.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.04%
GREEN value IS 176 (69.14% from 255) = 27.98%
BLUE value IS 220 (86.33% from 255) = 34.98%
R=37.04%
G=27.98%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317622000.240.060.09313.6856.4480.2
HexE9B0DC0186913a3850
Octal35126033403061147270120
Binary11101001101100001101110001100011010011001110101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B0DC; }

 p { color: rgb(233,176,220); }

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

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

 a { background-color: rgb(233,176,220); }

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

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

 span { border-color: rgb(233,176,220); }

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