#E0AFDC

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

Shades of French Lilac #E0AFDC

Tints of French Lilac #E0AFDC

Color information

#E0AFDC (or 0xE0AFDC) is unknown color: approx French Lilac. HEX triplet: E0, AF and DC. RGB value is (224,175,220). Sum of RGB (Red+Green+Blue) = 224+175+220=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFDC is #1F5023. Grayscale: #C2C2C2. Windows color (decimal): -2052132 or 14462944. OLE color: 14462944.

HSL color Cylindrical-coordinate representation of color #E0AFDC: hue angle of 304.9º 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 #E0AFDC is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224175220-
CMYK00.220.020.12
HSL304.9º44.14%78.24%-
HSV(B)304.9º21.88%87.84%-
XYZ58.9951.6774.58-
YUV194.78142.23148.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.19%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=36.19%
G=28.27%
B=35.54%

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
Decimal22417522000.220.020.12304.944.1478.24
HexE0AFDC0162C1312c4e
Octal34025733402621446154116
Binary1110000010101111110111000101101011001001100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFDC; }

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

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

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

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

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

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

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

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