#E6AFD7

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

Shades of French Lilac #E6AFD7

Tints of French Lilac #E6AFD7

Color information

#E6AFD7 (or 0xE6AFD7) is unknown color: approx French Lilac. HEX triplet: E6, AF and D7. RGB value is (230,175,215). Sum of RGB (Red+Green+Blue) = 230+175+215=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFD7 is #195028. Grayscale: #C3C3C3. Windows color (decimal): -1658921 or 14135270. OLE color: 14135270.

HSL color Cylindrical-coordinate representation of color #E6AFD7: hue angle of 316.36º 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 #E6AFD7 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB230175215-
CMYK00.240.070.10
HSL316.36º52.38%79.41%-
HSV(B)316.36º23.91%90.2%-
XYZ60.2352.3971.23-
YUV196138.72152.25-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 215 (84.38% from 255) = 34.68%
R=37.10%
G=28.23%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017521500.240.070.10316.3652.3879.41
HexE6AFD70187A13c344f
Octal34625732703071247464117
Binary11100110101011111101011101100011110101001111001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFD7; }

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

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

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

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

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

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

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

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