#DDA6D0

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

Shades of French Lilac #DDA6D0

Tints of French Lilac #DDA6D0

Color information

#DDA6D0 (or 0xDDA6D0) is unknown color: approx French Lilac. HEX triplet: DD, A6 and D0. RGB value is (221,166,208). Sum of RGB (Red+Green+Blue) = 221+166+208=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6D0 is #22592F. Grayscale: #BBBBBB. Windows color (decimal): -2251056 or 13674205. OLE color: 13674205.

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

Color convert

RGB221166208-
CMYK00.250.060.13
HSL314.18º44.72%75.88%-
HSV(B)314.18º24.89%86.67%-
XYZ54.8447.265.89-
YUV187.23139.72152.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 166 (65.23% from 255) = 27.90%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=37.14%
G=27.90%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116620800.250.060.13314.1844.7275.88
HexDDA6D00196D13a2d4c
Octal33524632003161547255114
Binary11011101101001101101000001100111011011001110101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6D0; }

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

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

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

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

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

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

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

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