#E9BFDC

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

Shades of French Lilac #E9BFDC

Tints of French Lilac #E9BFDC

Color information

#E9BFDC (or 0xE9BFDC) is unknown color: approx French Lilac. HEX triplet: E9, BF and DC. RGB value is (233,191,220). Sum of RGB (Red+Green+Blue) = 233+191+220=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BFDC is #164023. Grayscale: #CECECE. Windows color (decimal): -1458212 or 14467049. OLE color: 14467049.

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

Color convert

RGB233191220-
CMYK00.180.060.09
HSL318.57º48.84%83.14%-
HSV(B)318.57º18.03%91.37%-
XYZ65.1559.7575.81-
YUV206.86135.41146.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.18%
GREEN value IS 191 (75% from 255) = 29.66%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=36.18%
G=29.66%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319122000.180.060.09318.5748.8483.14
HexE9BFDC0126913f3153
Octal35127733402261147761123
Binary11101001101111111101110001001011010011001111111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFDC; }

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

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

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

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

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

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

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

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