#E6BADB

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

Shades of French Lilac #E6BADB

Tints of French Lilac #E6BADB

Color information

#E6BADB (or 0xE6BADB) is unknown color: approx French Lilac. HEX triplet: E6, BA and DB. RGB value is (230,186,219). Sum of RGB (Red+Green+Blue) = 230+186+219=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BADB is #194524. Grayscale: #CACACA. Windows color (decimal): -1656101 or 14400230. OLE color: 14400230.

HSL color Cylindrical-coordinate representation of color #E6BADB: hue angle of 315º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BADB is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230186219-
CMYK00.190.050.10
HSL315º46.81%81.57%-
HSV(B)315º19.13%90.2%-
XYZ62.9857.0674.71-
YUV202.92137.08147.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.22%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=36.22%
G=29.29%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018621900.190.050.1031546.8181.57
HexE6BADB0135A13b2f52
Octal34627233302351247357122
Binary11100110101110101101101101001110110101001110111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BADB; }

 p { color: rgb(230,186,219); }

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

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

 a { background-color: rgb(230,186,219); }

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

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

 span { border-color: rgb(230,186,219); }

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