#DDA5CD

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

Shades of French Lilac #DDA5CD

Tints of French Lilac #DDA5CD

Color information

#DDA5CD (or 0xDDA5CD) is unknown color: approx French Lilac. HEX triplet: DD, A5 and CD. RGB value is (221,165,205). Sum of RGB (Red+Green+Blue) = 221+165+205=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5CD is #225A32. Grayscale: #BABABA. Windows color (decimal): -2251315 or 13477341. OLE color: 13477341.

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

Color convert

RGB221165205-
CMYK00.250.070.13
HSL317.14º45.16%75.69%-
HSV(B)317.14º25.34%86.67%-
XYZ54.2946.6963.91-
YUV186.3138.55152.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=37.39%
G=27.92%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116520500.250.070.13317.1445.1675.69
HexDDA5CD0197D13d2d4c
Octal33524531503171547555114
Binary11011101101001011100110101100111111011001111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5CD; }

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

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

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

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

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

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

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

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