#E6ABDB

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

Shades of French Lilac #E6ABDB

Tints of French Lilac #E6ABDB

Color information

#E6ABDB (or 0xE6ABDB) is unknown color: approx French Lilac. HEX triplet: E6, AB and DB. RGB value is (230,171,219). Sum of RGB (Red+Green+Blue) = 230+171+219=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABDB is #195424. Grayscale: #C1C1C1. Windows color (decimal): -1659941 or 14396390. OLE color: 14396390.

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

Color convert

RGB230171219-
CMYK00.260.050.10
HSL311.19º54.13%78.63%-
HSV(B)311.19º25.65%90.2%-
XYZ59.9851.0673.71-
YUV194.11142.05153.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 171 (67.19% from 255) = 27.58%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=37.10%
G=27.58%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017121900.260.050.10311.1954.1378.63
HexE6ABDB01A5A137364f
Octal34625333303251246766117
Binary11100110101010111101101101101010110101001101111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ABDB; }

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

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

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

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

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

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

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

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