#DDC5D7

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

Shades of French Lilac #DDC5D7

Tints of French Lilac #DDC5D7

Color information

#DDC5D7 (or 0xDDC5D7) is unknown color: approx French Lilac. HEX triplet: DD, C5 and D7. RGB value is (221,197,215). Sum of RGB (Red+Green+Blue) = 221+197+215=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5D7 is #223A28. Grayscale: #CECECE. Windows color (decimal): -2243113 or 14140893. OLE color: 14140893.

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

Color convert

RGB221197215-
CMYK00.110.030.13
HSL315º26.09%81.96%-
HSV(B)315º10.86%86.67%-
XYZ62.0560.2172.64-
YUV206.23132.95138.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.91%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 215 (84.38% from 255) = 33.97%
R=34.91%
G=31.12%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119721500.110.030.1331526.0981.96
HexDDC5D70B3D13b1a52
Octal33530532701331547332122
Binary11011101110001011101011101011111101100111011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5D7; }

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

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

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

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

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

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

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

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