#E0AFDB

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

Shades of French Lilac #E0AFDB

Tints of French Lilac #E0AFDB

Color information

#E0AFDB (or 0xE0AFDB) is unknown color: approx French Lilac. HEX triplet: E0, AF and DB. RGB value is (224,175,219). Sum of RGB (Red+Green+Blue) = 224+175+219=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFDB is #1F5024. Grayscale: #C2C2C2. Windows color (decimal): -2052133 or 14397408. OLE color: 14397408.

HSL color Cylindrical-coordinate representation of color #E0AFDB: hue angle of 306.12º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AFDB is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224175219-
CMYK00.220.020.12
HSL306.12º44.14%78.24%-
HSV(B)306.12º21.88%87.84%-
XYZ58.8651.6273.88-
YUV194.67141.73148.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=36.25%
G=28.32%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417521900.220.020.12306.1244.1478.24
HexE0AFDB0162C1322c4e
Octal34025733302621446254116
Binary1110000010101111110110110101101011001001100101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFDB; }

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

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

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

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

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

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

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

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