#DDACD7

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

Shades of French Lilac #DDACD7

Tints of French Lilac #DDACD7

Color information

#DDACD7 (or 0xDDACD7) is unknown color: approx French Lilac. HEX triplet: DD, AC and D7. RGB value is (221,172,215). Sum of RGB (Red+Green+Blue) = 221+172+215=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACD7 is #225328. Grayscale: #BFBFBF. Windows color (decimal): -2249513 or 14134493. OLE color: 14134493.

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

Color convert

RGB221172215-
CMYK00.220.030.13
HSL307.35º41.88%77.06%-
HSV(B)307.35º22.17%86.67%-
XYZ56.8449.7870.9-
YUV191.55141.23149-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 215 (84.38% from 255) = 35.36%
R=36.35%
G=28.29%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117221500.220.030.13307.3541.8877.06
HexDDACD70163D1332a4d
Octal33525432702631546352115
Binary1101110110101100110101110101101111011001100111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACD7; }

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

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

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

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

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

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

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

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