#DDABD1

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

Shades of French Lilac #DDABD1

Tints of French Lilac #DDABD1

Color information

#DDABD1 (or 0xDDABD1) is unknown color: approx French Lilac. HEX triplet: DD, AB and D1. RGB value is (221,171,209). Sum of RGB (Red+Green+Blue) = 221+171+209=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABD1 is #22542E. Grayscale: #BEBEBE. Windows color (decimal): -2249775 or 13741021. OLE color: 13741021.

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

Color convert

RGB221171209-
CMYK00.230.050.13
HSL314.4º42.37%76.86%-
HSV(B)314.4º22.62%86.67%-
XYZ55.8949.166.85-
YUV190.28138.56149.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=36.77%
G=28.45%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117120900.230.050.13314.442.3776.86
HexDDABD10175D13a2a4d
Octal33525332102751547252115
Binary11011101101010111101000101011110111011001110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABD1; }

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

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

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

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

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

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

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

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