#DDAAD1

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

Shades of French Lilac #DDAAD1

Tints of French Lilac #DDAAD1

Color information

#DDAAD1 (or 0xDDAAD1) is unknown color: approx French Lilac. HEX triplet: DD, AA and D1. RGB value is (221,170,209). Sum of RGB (Red+Green+Blue) = 221+170+209=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAD1 is #22552E. Grayscale: #BDBDBD. Windows color (decimal): -2250031 or 13740765. OLE color: 13740765.

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

Color convert

RGB221170209-
CMYK00.230.050.13
HSL314.12º42.86%76.67%-
HSV(B)314.12º23.08%86.67%-
XYZ55.748.7366.79-
YUV189.69138.9150.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=36.83%
G=28.33%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117020900.230.050.13314.1242.8676.67
HexDDAAD10175D13a2b4d
Octal33525232102751547253115
Binary11011101101010101101000101011110111011001110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAD1; }

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

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

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

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

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

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

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

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