#DDACD1

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

Shades of French Lilac #DDACD1

Tints of French Lilac #DDACD1

Color information

#DDACD1 (or 0xDDACD1) is unknown color: approx French Lilac. HEX triplet: DD, AC and D1. RGB value is (221,172,209). Sum of RGB (Red+Green+Blue) = 221+172+209=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACD1 is #22532E. Grayscale: #BEBEBE. Windows color (decimal): -2249519 or 13741277. OLE color: 13741277.

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

Color convert

RGB221172209-
CMYK00.220.050.13
HSL314.69º41.88%77.06%-
HSV(B)314.69º22.17%86.67%-
XYZ56.0849.4866.92-
YUV190.87138.23149.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=36.71%
G=28.57%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117220900.220.050.13314.6941.8877.06
HexDDACD10165D13b2a4d
Octal33525432102651547352115
Binary11011101101011001101000101011010111011001110111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACD1; }

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

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

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

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

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

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

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

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