#DDAAD7

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

Shades of French Lilac #DDAAD7

Tints of French Lilac #DDAAD7

Color information

#DDAAD7 (or 0xDDAAD7) is unknown color: approx French Lilac. HEX triplet: DD, AA and D7. RGB value is (221,170,215). Sum of RGB (Red+Green+Blue) = 221+170+215=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAD7 is #225528. Grayscale: #BEBEBE. Windows color (decimal): -2250025 or 14133981. OLE color: 14133981.

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

Color convert

RGB221170215-
CMYK00.230.030.13
HSL307.06º42.86%76.67%-
HSV(B)307.06º23.08%86.67%-
XYZ56.4649.0370.78-
YUV190.38141.9149.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 215 (84.38% from 255) = 35.48%
R=36.47%
G=28.05%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117021500.230.030.13307.0642.8676.67
HexDDAAD70173D1332b4d
Octal33525232702731546353115
Binary1101110110101010110101110101111111011001100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAD7; }

 p { color: rgb(221,170,215); }

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

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

 a { background-color: rgb(221,170,215); }

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

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

 span { border-color: rgb(221,170,215); }

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