#DDA3CD

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

Shades of French Lilac #DDA3CD

Tints of French Lilac #DDA3CD

Color information

#DDA3CD (or 0xDDA3CD) is unknown color: approx French Lilac. HEX triplet: DD, A3 and CD. RGB value is (221,163,205). Sum of RGB (Red+Green+Blue) = 221+163+205=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3CD is #225C32. Grayscale: #B9B9B9. Windows color (decimal): -2251827 or 13476829. OLE color: 13476829.

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

Color convert

RGB221163205-
CMYK00.260.070.13
HSL316.55º46.03%75.29%-
HSV(B)316.55º26.24%86.67%-
XYZ53.9445.9763.79-
YUV185.13139.22153.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 163 (64.06% from 255) = 27.67%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=37.52%
G=27.67%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116320500.260.070.13316.5546.0375.29
HexDDA3CD01A7D13d2e4b
Octal33524331503271547556113
Binary11011101101000111100110101101011111011001111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA3CD; }

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

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

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

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

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

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

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

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