#DDACD0

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

Shades of French Lilac #DDACD0

Tints of French Lilac #DDACD0

Color information

#DDACD0 (or 0xDDACD0) is unknown color: approx French Lilac. HEX triplet: DD, AC and D0. RGB value is (221,172,208). Sum of RGB (Red+Green+Blue) = 221+172+208=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACD0 is #22532F. Grayscale: #BEBEBE. Windows color (decimal): -2249520 or 13675741. OLE color: 13675741.

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

Color convert

RGB221172208-
CMYK00.220.060.13
HSL315.92º41.88%77.06%-
HSV(B)315.92º22.17%86.67%-
XYZ55.9649.4366.27-
YUV190.76137.73149.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=36.77%
G=28.62%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117220800.220.060.13315.9241.8877.06
HexDDACD00166D13c2a4d
Octal33525432002661547452115
Binary11011101101011001101000001011011011011001111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACD0; }

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

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

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

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

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

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

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

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