#DDA9D0

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

Shades of French Lilac #DDA9D0

Tints of French Lilac #DDA9D0

Color information

#DDA9D0 (or 0xDDA9D0) is unknown color: approx French Lilac. HEX triplet: DD, A9 and D0. RGB value is (221,169,208). Sum of RGB (Red+Green+Blue) = 221+169+208=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9D0 is #22562F. Grayscale: #BCBCBC. Windows color (decimal): -2250288 or 13674973. OLE color: 13674973.

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

Color convert

RGB221169208-
CMYK00.240.060.13
HSL315º43.33%76.47%-
HSV(B)315º23.53%86.67%-
XYZ55.3948.366.08-
YUV188.99138.73150.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 169 (66.41% from 255) = 28.26%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=36.96%
G=28.26%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116920800.240.060.1331543.3376.47
HexDDA9D00186D13b2b4c
Octal33525132003061547353114
Binary11011101101010011101000001100011011011001110111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9D0; }

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

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

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

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

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

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

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

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