#E6AFDB

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

Shades of French Lilac #E6AFDB

Tints of French Lilac #E6AFDB

Color information

#E6AFDB (or 0xE6AFDB) is unknown color: approx French Lilac. HEX triplet: E6, AF and DB. RGB value is (230,175,219). Sum of RGB (Red+Green+Blue) = 230+175+219=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFDB is #195024. Grayscale: #C4C4C4. Windows color (decimal): -1658917 or 14397414. OLE color: 14397414.

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

Color convert

RGB230175219-
CMYK00.240.050.10
HSL312º52.38%79.41%-
HSV(B)312º23.91%90.2%-
XYZ60.7552.673.97-
YUV196.46140.72151.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.86%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=36.86%
G=28.04%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017521900.240.050.1031252.3879.41
HexE6AFDB0185A138344f
Octal34625733303051247064117
Binary11100110101011111101101101100010110101001110001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFDB; }

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

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

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

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

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

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

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

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