#DDA6D1

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

Shades of French Lilac #DDA6D1

Tints of French Lilac #DDA6D1

Color information

#DDA6D1 (or 0xDDA6D1) is unknown color: approx French Lilac. HEX triplet: DD, A6 and D1. RGB value is (221,166,209). Sum of RGB (Red+Green+Blue) = 221+166+209=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6D1 is #22592E. Grayscale: #BBBBBB. Windows color (decimal): -2251055 or 13739741. OLE color: 13739741.

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

Color convert

RGB221166209-
CMYK00.250.050.13
HSL313.09º44.72%75.88%-
HSV(B)313.09º24.89%86.67%-
XYZ54.9647.2566.54-
YUV187.35140.22152-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 166 (65.23% from 255) = 27.85%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=37.08%
G=27.85%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116620900.250.050.13313.0944.7275.88
HexDDA6D10195D1392d4c
Octal33524632103151547155114
Binary11011101101001101101000101100110111011001110011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6D1; }

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

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

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

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

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

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

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

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