#E6ADDA

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

Shades of French Lilac #E6ADDA

Tints of French Lilac #E6ADDA

Color information

#E6ADDA (or 0xE6ADDA) is unknown color: approx French Lilac. HEX triplet: E6, AD and DA. RGB value is (230,173,218). Sum of RGB (Red+Green+Blue) = 230+173+218=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADDA is #195225. Grayscale: #C3C3C3. Windows color (decimal): -1659430 or 14331366. OLE color: 14331366.

HSL color Cylindrical-coordinate representation of color #E6ADDA: hue angle of 312.63º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ADDA is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB230173218-
CMYK00.250.050.10
HSL312.63º53.27%79.02%-
HSV(B)312.63º24.78%90.2%-
XYZ60.2351.7773.15-
YUV195.17140.88152.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.04%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=37.04%
G=27.86%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017321800.250.050.10312.6353.2779.02
HexE6ADDA0195A139354f
Octal34625533203151247165117
Binary11100110101011011101101001100110110101001110011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADDA; }

 p { color: rgb(230,173,218); }

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

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

 a { background-color: rgb(230,173,218); }

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

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

 span { border-color: rgb(230,173,218); }

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