#D6AACD

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

Shades of French Lilac #D6AACD

Tints of French Lilac #D6AACD

Color information

#D6AACD (or 0xD6AACD) is unknown color: approx French Lilac. HEX triplet: D6, AA and CD. RGB value is (214,170,205). Sum of RGB (Red+Green+Blue) = 214+170+205=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AACD is #295532. Grayscale: #BBBBBB. Windows color (decimal): -2708787 or 13478614. OLE color: 13478614.

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

Color convert

RGB214170205-
CMYK00.210.040.16
HSL312.27º34.92%75.29%-
HSV(B)312.27º20.56%83.92%-
XYZ53.1347.4564.12-
YUV187.15138.08147.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=36.33%
G=28.86%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417020500.210.040.16312.2734.9275.29
HexD6AACD015410138234b
Octal32625231502542047043113
Binary110101101010101011001101010101100100001001110001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AACD; }

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

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

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

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

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

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

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

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