#DDC1D5

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

Shades of French Lilac #DDC1D5

Tints of French Lilac #DDC1D5

Color information

#DDC1D5 (or 0xDDC1D5) is unknown color: approx French Lilac. HEX triplet: DD, C1 and D5. RGB value is (221,193,213). Sum of RGB (Red+Green+Blue) = 221+193+213=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1D5 is #223E2A. Grayscale: #CBCBCB. Windows color (decimal): -2244139 or 14008797. OLE color: 14008797.

HSL color Cylindrical-coordinate representation of color #DDC1D5: hue angle of 317.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC1D5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221193213-
CMYK00.130.040.13
HSL317.14º29.17%81.18%-
HSV(B)317.14º12.67%86.67%-
XYZ60.958.3271-
YUV203.65133.28140.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 193 (75.78% from 255) = 30.78%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=35.25%
G=30.78%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119321300.130.040.13317.1429.1781.18
HexDDC1D50D4D13d1d51
Octal33530132501541547535121
Binary110111011100000111010101011011001101100111101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1D5; }

 p { color: rgb(221,193,213); }

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

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

 a { background-color: rgb(221,193,213); }

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

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

 span { border-color: rgb(221,193,213); }

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