#DDABD9

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

Shades of French Lilac #DDABD9

Tints of French Lilac #DDABD9

Color information

#DDABD9 (or 0xDDABD9) is unknown color: approx French Lilac. HEX triplet: DD, AB and D9. RGB value is (221,171,217). Sum of RGB (Red+Green+Blue) = 221+171+217=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABD9 is #225426. Grayscale: #BFBFBF. Windows color (decimal): -2249767 or 14265309. OLE color: 14265309.

HSL color Cylindrical-coordinate representation of color #DDABD9: hue angle of 304.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDABD9 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221171217-
CMYK00.230.020.13
HSL304.8º42.37%76.86%-
HSV(B)304.8º22.62%86.67%-
XYZ56.9149.5172.2-
YUV191.19142.56149.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 217 (85.16% from 255) = 35.63%
R=36.29%
G=28.08%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117121700.230.020.13304.842.3776.86
HexDDABD90172D1312a4d
Octal33525333102721546152115
Binary1101110110101011110110010101111011011001100011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABD9; }

 p { color: rgb(221,171,217); }

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

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

 a { background-color: rgb(221,171,217); }

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

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

 span { border-color: rgb(221,171,217); }

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