#DDC4D9

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

Shades of French Lilac #DDC4D9

Tints of French Lilac #DDC4D9

Color information

#DDC4D9 (or 0xDDC4D9) is unknown color: approx French Lilac. HEX triplet: DD, C4 and D9. RGB value is (221,196,217). Sum of RGB (Red+Green+Blue) = 221+196+217=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D9 is #223B26. Grayscale: #CDCDCD. Windows color (decimal): -2243367 or 14271709. OLE color: 14271709.

HSL color Cylindrical-coordinate representation of color #DDC4D9: hue angle of 309.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC4D9 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221196217-
CMYK00.110.020.13
HSL309.6º26.88%81.76%-
HSV(B)309.6º11.31%86.67%-
XYZ62.0859.8673.93-
YUV205.87134.28138.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 217 (85.16% from 255) = 34.23%
R=34.86%
G=30.91%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119621700.110.020.13309.626.8881.76
HexDDC4D90B2D1361b52
Octal33530433101321546633122
Binary11011101110001001101100101011101101100110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4D9; }

 p { color: rgb(221,196,217); }

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

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

 a { background-color: rgb(221,196,217); }

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

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

 span { border-color: rgb(221,196,217); }

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