#DDA2CD

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

Shades of French Lilac #DDA2CD

Tints of French Lilac #DDA2CD

Color information

#DDA2CD (or 0xDDA2CD) is unknown color: approx French Lilac. HEX triplet: DD, A2 and CD. RGB value is (221,162,205). Sum of RGB (Red+Green+Blue) = 221+162+205=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2CD is #225D32. Grayscale: #B8B8B8. Windows color (decimal): -2252083 or 13476573. OLE color: 13476573.

HSL color Cylindrical-coordinate representation of color #DDA2CD: hue angle of 316.27º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA2CD is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221162205-
CMYK00.270.070.13
HSL316.27º46.46%75.1%-
HSV(B)316.27º26.7%86.67%-
XYZ53.7645.6263.73-
YUV184.54139.55154-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 162 (63.67% from 255) = 27.55%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=37.59%
G=27.55%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116220500.270.070.13316.2746.4675.1
HexDDA2CD01B7D13c2e4b
Octal33524231503371547456113
Binary11011101101000101100110101101111111011001111001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA2CD; }

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

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

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

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

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

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

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

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