#E0BFD8

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

Shades of French Lilac #E0BFD8

Tints of French Lilac #E0BFD8

Color information

#E0BFD8 (or 0xE0BFD8) is unknown color: approx French Lilac. HEX triplet: E0, BF and D8. RGB value is (224,191,216). Sum of RGB (Red+Green+Blue) = 224+191+216=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFD8 is #1F4027. Grayscale: #CBCBCB. Windows color (decimal): -2048040 or 14204896. OLE color: 14204896.

HSL color Cylindrical-coordinate representation of color #E0BFD8: hue angle of 314.55º 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 #E0BFD8 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224191216-
CMYK00.150.040.12
HSL314.55º34.74%81.37%-
HSV(B)314.55º14.73%87.84%-
XYZ61.7758.0772.92-
YUV203.72134.93142.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 216 (84.77% from 255) = 34.23%
R=35.50%
G=30.27%
B=34.23%

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
Decimal22419121600.150.040.12314.5534.7481.37
HexE0BFD80F4C13b2351
Octal34027733001741447343121
Binary1110000010111111110110000111110011001001110111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFD8; }

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

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

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

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

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

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

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

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