#e8afdb

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

Shades of French Lilac #E8AFDB

Tints of French Lilac #E8AFDB

Color information

#E8AFDB (or 0xE8AFDB) is unknown color: approx French Lilac. HEX triplet: E8, AF and DB. RGB value is (232,175,219). Sum of RGB (Red+Green+Blue) = 232+175+219=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFDB is #175024. Grayscale: #C4C4C4. Windows color (decimal): -1527845 or 14397416. OLE color: 14397416.

HSL color Cylindrical-coordinate representation of color #E8AFDB: hue angle of 313.68º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8AFDB is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232175219-
CMYK00.250.060.09
HSL313.68º55.34%79.8%-
HSV(B)313.68º24.57%90.98%-
XYZ61.3952.9374-
YUV197.06140.38152.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.06%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=37.06%
G=27.96%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217521900.250.060.09313.6855.3479.8
HexE8AFDB0196913a3750
Octal35025733303161147267120
Binary11101000101011111101101101100111010011001110101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8afdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8afdb; }

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

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

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

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

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

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

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

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