#E6AFDD

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

Shades of French Lilac #E6AFDD

Tints of French Lilac #E6AFDD

Color information

#E6AFDD (or 0xE6AFDD) is unknown color: approx French Lilac. HEX triplet: E6, AF and DD. RGB value is (230,175,221). Sum of RGB (Red+Green+Blue) = 230+175+221=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFDD is #195022. Grayscale: #C4C4C4. Windows color (decimal): -1658915 or 14528486. OLE color: 14528486.

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

Color convert

RGB230175221-
CMYK00.240.040.10
HSL309.82º52.38%79.41%-
HSV(B)309.82º23.91%90.2%-
XYZ61.0152.775.36-
YUV196.69141.72151.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.74%
GREEN value IS 175 (68.75% from 255) = 27.96%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=36.74%
G=27.96%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017522100.240.040.10309.8252.3879.41
HexE6AFDD0184A136344f
Octal34625733503041246664117
Binary11100110101011111101110101100010010101001101101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFDD; }

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

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

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

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

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

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

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

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