#DDABD0

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

Shades of French Lilac #DDABD0

Tints of French Lilac #DDABD0

Color information

#DDABD0 (or 0xDDABD0) is unknown color: approx French Lilac. HEX triplet: DD, AB and D0. RGB value is (221,171,208). Sum of RGB (Red+Green+Blue) = 221+171+208=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABD0 is #22542F. Grayscale: #BEBEBE. Windows color (decimal): -2249776 or 13675485. OLE color: 13675485.

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

Color convert

RGB221171208-
CMYK00.230.060.13
HSL315.6º42.37%76.86%-
HSV(B)315.6º22.62%86.67%-
XYZ55.7749.0566.2-
YUV190.17138.06149.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=36.83%
G=28.5%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117120800.230.060.13315.642.3776.86
HexDDABD00176D13c2a4d
Octal33525332002761547452115
Binary11011101101010111101000001011111011011001111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABD0; }

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

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

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

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

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

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

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

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