#DDA5D0

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

Shades of French Lilac #DDA5D0

Tints of French Lilac #DDA5D0

Color information

#DDA5D0 (or 0xDDA5D0) is unknown color: approx French Lilac. HEX triplet: DD, A5 and D0. RGB value is (221,165,208). Sum of RGB (Red+Green+Blue) = 221+165+208=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5D0 is #225A2F. Grayscale: #BABABA. Windows color (decimal): -2251312 or 13673949. OLE color: 13673949.

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

Color convert

RGB221165208-
CMYK00.250.060.13
HSL313.93º45.16%75.69%-
HSV(B)313.93º25.34%86.67%-
XYZ54.6646.8465.83-
YUV186.65140.05152.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 165 (64.84% from 255) = 27.78%
BLUE value IS 208 (81.64% from 255) = 35.02%
R=37.21%
G=27.78%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116520800.250.060.13313.9345.1675.69
HexDDA5D00196D13a2d4c
Octal33524532003161547255114
Binary11011101101001011101000001100111011011001110101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5D0; }

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

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

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

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

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

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

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

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