#E0BFD6

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

Shades of French Lilac #E0BFD6

Tints of French Lilac #E0BFD6

Color information

#E0BFD6 (or 0xE0BFD6) is unknown color: approx French Lilac. HEX triplet: E0, BF and D6. RGB value is (224,191,214). Sum of RGB (Red+Green+Blue) = 224+191+214=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFD6 is #1F4029. Grayscale: #CBCBCB. Windows color (decimal): -2048042 or 14073824. OLE color: 14073824.

HSL color Cylindrical-coordinate representation of color #E0BFD6: hue angle of 318.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFD6 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224191214-
CMYK00.150.040.12
HSL318.18º34.74%81.37%-
HSV(B)318.18º14.73%87.84%-
XYZ61.5157.9671.56-
YUV203.49133.93142.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.61%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 214 (83.98% from 255) = 34.02%
R=35.61%
G=30.37%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419121400.150.040.12318.1834.7481.37
HexE0BFD60F4C13e2351
Octal34027732601741447643121
Binary1110000010111111110101100111110011001001111101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFD6; }

 p { color: rgb(224,191,214); }

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

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

 a { background-color: rgb(224,191,214); }

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

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

 span { border-color: rgb(224,191,214); }

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