#DDA6CD

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

Shades of French Lilac #DDA6CD

Tints of French Lilac #DDA6CD

Color information

#DDA6CD (or 0xDDA6CD) is unknown color: approx French Lilac. HEX triplet: DD, A6 and CD. RGB value is (221,166,205). Sum of RGB (Red+Green+Blue) = 221+166+205=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6CD is #225932. Grayscale: #BABABA. Windows color (decimal): -2251059 or 13477597. OLE color: 13477597.

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

Color convert

RGB221166205-
CMYK00.250.070.13
HSL317.45º44.72%75.88%-
HSV(B)317.45º24.89%86.67%-
XYZ54.4747.0563.97-
YUV186.89138.22152.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 166 (65.23% from 255) = 28.04%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=37.33%
G=28.04%
B=34.63%

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
Decimal22116620500.250.070.13317.4544.7275.88
HexDDA6CD0197D13d2d4c
Octal33524631503171547555114
Binary11011101101001101100110101100111111011001111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6CD; }

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

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

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

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

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

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

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

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