#DDC4D8

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

Shades of French Lilac #DDC4D8

Tints of French Lilac #DDC4D8

Color information

#DDC4D8 (or 0xDDC4D8) is unknown color: approx French Lilac. HEX triplet: DD, C4 and D8. RGB value is (221,196,216). Sum of RGB (Red+Green+Blue) = 221+196+216=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D8 is #223B27. Grayscale: #CDCDCD. Windows color (decimal): -2243368 or 14206173. OLE color: 14206173.

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

Color convert

RGB221196216-
CMYK00.110.020.13
HSL312º26.88%81.76%-
HSV(B)312º11.31%86.67%-
XYZ61.9559.8173.24-
YUV205.75133.78138.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 216 (84.77% from 255) = 34.12%
R=34.91%
G=30.96%
B=34.12%

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
Decimal22119621600.110.020.1331226.8881.76
HexDDC4D80B2D1381b52
Octal33530433001321547033122
Binary11011101110001001101100001011101101100111000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4D8; }

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

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

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

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

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

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

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

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