#DDA4CD

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

Shades of French Lilac #DDA4CD

Tints of French Lilac #DDA4CD

Color information

#DDA4CD (or 0xDDA4CD) is unknown color: approx French Lilac. HEX triplet: DD, A4 and CD. RGB value is (221,164,205). Sum of RGB (Red+Green+Blue) = 221+164+205=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4CD is #225B32. Grayscale: #B9B9B9. Windows color (decimal): -2251571 or 13477085. OLE color: 13477085.

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

Color convert

RGB221164205-
CMYK00.260.070.13
HSL316.84º45.6%75.49%-
HSV(B)316.84º25.79%86.67%-
XYZ54.1146.3363.85-
YUV185.72138.88153.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=37.46%
G=27.80%
B=34.75%

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
Decimal22116420500.260.070.13316.8445.675.49
HexDDA4CD01A7D13d2e4b
Octal33524431503271547556113
Binary11011101101001001100110101101011111011001111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4CD; }

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

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

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

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

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

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

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

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