#E6BFDC

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

Shades of French Lilac #E6BFDC

Tints of French Lilac #E6BFDC

Color information

#E6BFDC (or 0xE6BFDC) is unknown color: approx French Lilac. HEX triplet: E6, BF and DC. RGB value is (230,191,220). Sum of RGB (Red+Green+Blue) = 230+191+220=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFDC is #194023. Grayscale: #CDCDCD. Windows color (decimal): -1654820 or 14467046. OLE color: 14467046.

HSL color Cylindrical-coordinate representation of color #E6BFDC: hue angle of 315.38º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFDC is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230191220-
CMYK00.170.040.10
HSL315.38º43.82%82.55%-
HSV(B)315.38º16.96%90.2%-
XYZ64.1859.2575.76-
YUV205.97135.92145.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=35.88%
G=29.80%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019122000.170.040.10315.3843.8282.55
HexE6BFDC0114A13b2c53
Octal34627733402141247354123
Binary11100110101111111101110001000110010101001110111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFDC; }

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

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

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

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

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

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

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

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