#D9ACD1

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

Shades of French Lilac #D9ACD1

Tints of French Lilac #D9ACD1

Color information

#D9ACD1 (or 0xD9ACD1) is unknown color: approx French Lilac. HEX triplet: D9, AC and D1. RGB value is (217,172,209). Sum of RGB (Red+Green+Blue) = 217+172+209=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACD1 is #26532E. Grayscale: #BDBDBD. Windows color (decimal): -2511663 or 13741273. OLE color: 13741273.

HSL color Cylindrical-coordinate representation of color #D9ACD1: hue angle of 310.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACD1 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB217172209-
CMYK00.210.040.15
HSL310.67º37.19%76.27%-
HSV(B)310.67º20.74%85.1%-
XYZ54.8848.8666.86-
YUV189.67138.91147.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=36.29%
G=28.76%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717220900.210.040.15310.6737.1976.27
HexD9ACD10154F137254c
Octal33125432102541746745114
Binary11011001101011001101000101010110011111001101111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACD1; }

 p { color: rgb(217,172,209); }

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

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

 a { background-color: rgb(217,172,209); }

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

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

 span { border-color: rgb(217,172,209); }

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