#DDACCE

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

Shades of French Lilac #DDACCE

Tints of French Lilac #DDACCE

Color information

#DDACCE (or 0xDDACCE) is unknown color: approx French Lilac. HEX triplet: DD, AC and CE. RGB value is (221,172,206). Sum of RGB (Red+Green+Blue) = 221+172+206=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACCE is #225331. Grayscale: #BEBEBE. Windows color (decimal): -2249522 or 13544669. OLE color: 13544669.

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

Color convert

RGB221172206-
CMYK00.220.070.13
HSL318.37º41.88%77.06%-
HSV(B)318.37º22.17%86.67%-
XYZ55.7149.3364.98-
YUV190.53136.73149.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=36.89%
G=28.71%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117220600.220.070.13318.3741.8877.06
HexDDACCE0167D13e2a4d
Octal33525431602671547652115
Binary11011101101011001100111001011011111011001111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACCE; }

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

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

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

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

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

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

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

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