#DDA9D7

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

Shades of French Lilac #DDA9D7

Tints of French Lilac #DDA9D7

Color information

#DDA9D7 (or 0xDDA9D7) is unknown color: approx French Lilac. HEX triplet: DD, A9 and D7. RGB value is (221,169,215). Sum of RGB (Red+Green+Blue) = 221+169+215=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9D7 is #225628. Grayscale: #BDBDBD. Windows color (decimal): -2250281 or 14133725. OLE color: 14133725.

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

Color convert

RGB221169215-
CMYK00.240.030.13
HSL306.92º43.33%76.47%-
HSV(B)306.92º23.53%86.67%-
XYZ56.2748.6570.72-
YUV189.79142.23150.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 169 (66.41% from 255) = 27.93%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=36.53%
G=27.93%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116921500.240.030.13306.9243.3376.47
HexDDA9D70183D1332b4c
Octal33525132703031546353114
Binary1101110110101001110101110110001111011001100111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9D7; }

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

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

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

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

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

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

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

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