#DDAAD5

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

Shades of French Lilac #DDAAD5

Tints of French Lilac #DDAAD5

Color information

#DDAAD5 (or 0xDDAAD5) is unknown color: approx French Lilac. HEX triplet: DD, AA and D5. RGB value is (221,170,213). Sum of RGB (Red+Green+Blue) = 221+170+213=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAD5 is #22552A. Grayscale: #BEBEBE. Windows color (decimal): -2250027 or 14002909. OLE color: 14002909.

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

Color convert

RGB221170213-
CMYK00.230.040.13
HSL309.41º42.86%76.67%-
HSV(B)309.41º23.08%86.67%-
XYZ56.248.9369.43-
YUV190.15140.9150-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=36.59%
G=28.15%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117021300.230.040.13309.4142.8676.67
HexDDAAD50174D1352b4d
Octal33525232502741546553115
Binary11011101101010101101010101011110011011001101011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAD5; }

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

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

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

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

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

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

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

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