#D6AECD

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

Shades of French Lilac #D6AECD

Tints of French Lilac #D6AECD

Color information

#D6AECD (or 0xD6AECD) is unknown color: approx French Lilac. HEX triplet: D6, AE and CD. RGB value is (214,174,205). Sum of RGB (Red+Green+Blue) = 214+174+205=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AECD is #295132. Grayscale: #BDBDBD. Windows color (decimal): -2707763 or 13479638. OLE color: 13479638.

HSL color Cylindrical-coordinate representation of color #D6AECD: hue angle of 313.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6AECD is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214174205-
CMYK00.190.040.16
HSL313.5º32.79%76.08%-
HSV(B)313.5º18.69%83.92%-
XYZ53.8948.9864.37-
YUV189.49136.75145.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 205 (80.47% from 255) = 34.57%
R=36.09%
G=29.34%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417420500.190.040.16313.532.7976.08
HexD6AECD01341013a214c
Octal32625631502342047241114
Binary110101101010111011001101010011100100001001110101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AECD; }

 p { color: rgb(214,174,205); }

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

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

 a { background-color: rgb(214,174,205); }

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

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

 span { border-color: rgb(214,174,205); }

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