#DDA9D3

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

Shades of French Lilac #DDA9D3

Tints of French Lilac #DDA9D3

Color information

#DDA9D3 (or 0xDDA9D3) is unknown color: approx French Lilac. HEX triplet: DD, A9 and D3. RGB value is (221,169,211). Sum of RGB (Red+Green+Blue) = 221+169+211=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9D3 is #22562C. Grayscale: #BDBDBD. Windows color (decimal): -2250285 or 13871581. OLE color: 13871581.

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

Color convert

RGB221169211-
CMYK00.240.050.13
HSL311.54º43.33%76.47%-
HSV(B)311.54º23.53%86.67%-
XYZ55.7648.4568.04-
YUV189.34140.23150.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 169 (66.41% from 255) = 28.12%
BLUE value IS 211 (82.81% from 255) = 35.11%
R=36.77%
G=28.12%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116921100.240.050.13311.5443.3376.47
HexDDA9D30185D1382b4c
Octal33525132303051547053114
Binary11011101101010011101001101100010111011001110001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9D3; }

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

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

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

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

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

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

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

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