#DDA6CF

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

Shades of French Lilac #DDA6CF

Tints of French Lilac #DDA6CF

Color information

#DDA6CF (or 0xDDA6CF) is unknown color: approx French Lilac. HEX triplet: DD, A6 and CF. RGB value is (221,166,207). Sum of RGB (Red+Green+Blue) = 221+166+207=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6CF is #225930. Grayscale: #BBBBBB. Windows color (decimal): -2251057 or 13608669. OLE color: 13608669.

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

Color convert

RGB221166207-
CMYK00.250.060.13
HSL315.27º44.72%75.88%-
HSV(B)315.27º24.89%86.67%-
XYZ54.7247.1565.25-
YUV187.12139.22152.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 166 (65.23% from 255) = 27.95%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=37.21%
G=27.95%
B=34.85%

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
Decimal22116620700.250.060.13315.2744.7275.88
HexDDA6CF0196D13b2d4c
Octal33524631703161547355114
Binary11011101101001101100111101100111011011001110111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6CF; }

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

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

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

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

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

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

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

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