#DDA8D1

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

Shades of French Lilac #DDA8D1

Tints of French Lilac #DDA8D1

Color information

#DDA8D1 (or 0xDDA8D1) is unknown color: approx French Lilac. HEX triplet: DD, A8 and D1. RGB value is (221,168,209). Sum of RGB (Red+Green+Blue) = 221+168+209=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8D1 is #22572E. Grayscale: #BCBCBC. Windows color (decimal): -2250543 or 13740253. OLE color: 13740253.

HSL color Cylindrical-coordinate representation of color #DDA8D1: hue angle of 313.58º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8D1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221168209-
CMYK00.240.050.13
HSL313.58º43.8%76.27%-
HSV(B)313.58º23.98%86.67%-
XYZ55.3347.9866.67-
YUV188.52139.56151.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 168 (66.02% from 255) = 28.09%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=36.96%
G=28.09%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116820900.240.050.13313.5843.876.27
HexDDA8D10185D13a2c4c
Octal33525032103051547254114
Binary11011101101010001101000101100010111011001110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8D1; }

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

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

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

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

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

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

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

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