#DDACDA

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

Shades of French Lilac #DDACDA

Tints of French Lilac #DDACDA

Color information

#DDACDA (or 0xDDACDA) is unknown color: approx French Lilac. HEX triplet: DD, AC and DA. RGB value is (221,172,218). Sum of RGB (Red+Green+Blue) = 221+172+218=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACDA is #225325. Grayscale: #BFBFBF. Windows color (decimal): -2249510 or 14331101. OLE color: 14331101.

HSL color Cylindrical-coordinate representation of color #DDACDA: hue angle of 303.67º 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 #DDACDA is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221172218-
CMYK00.220.010.13
HSL303.67º41.88%77.06%-
HSV(B)303.67º22.17%86.67%-
XYZ57.2349.9472.95-
YUV191.9142.73148.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=36.17%
G=28.15%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117221800.220.010.13303.6741.8877.06
HexDDACDA0161D1302a4d
Octal33525433202611546052115
Binary110111011010110011011010010110111011001100001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACDA; }

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

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

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

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

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

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

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

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