#DDAACE

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

Shades of French Lilac #DDAACE

Tints of French Lilac #DDAACE

Color information

#DDAACE (or 0xDDAACE) is unknown color: approx French Lilac. HEX triplet: DD, AA and CE. RGB value is (221,170,206). Sum of RGB (Red+Green+Blue) = 221+170+206=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAACE is #225531. Grayscale: #BDBDBD. Windows color (decimal): -2250034 or 13544157. OLE color: 13544157.

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

Color convert

RGB221170206-
CMYK00.230.070.13
HSL317.65º42.86%76.67%-
HSV(B)317.65º23.08%86.67%-
XYZ55.3348.5864.85-
YUV189.35137.4150.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=37.02%
G=28.48%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117020600.230.070.13317.6542.8676.67
HexDDAACE0177D13e2b4d
Octal33525231602771547653115
Binary11011101101010101100111001011111111011001111101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAACE; }

 p { color: rgb(221,170,206); }

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

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

 a { background-color: rgb(221,170,206); }

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

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

 span { border-color: rgb(221,170,206); }

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