#DDACD9

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

Shades of French Lilac #DDACD9

Tints of French Lilac #DDACD9

Color information

#DDACD9 (or 0xDDACD9) is unknown color: approx French Lilac. HEX triplet: DD, AC and D9. RGB value is (221,172,217). Sum of RGB (Red+Green+Blue) = 221+172+217=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACD9 is #225326. Grayscale: #BFBFBF. Windows color (decimal): -2249511 or 14265565. OLE color: 14265565.

HSL color Cylindrical-coordinate representation of color #DDACD9: hue angle of 304.9º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACD9 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221172217-
CMYK00.220.020.13
HSL304.9º41.88%77.06%-
HSV(B)304.9º22.17%86.67%-
XYZ57.149.8972.27-
YUV191.78142.23148.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 217 (85.16% from 255) = 35.57%
R=36.23%
G=28.20%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117221700.220.020.13304.941.8877.06
HexDDACD90162D1312a4d
Octal33525433102621546152115
Binary1101110110101100110110010101101011011001100011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACD9; }

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

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

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

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

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

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

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

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