#DDC1DA

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

Shades of French Lilac #DDC1DA

Tints of French Lilac #DDC1DA

Color information

#DDC1DA (or 0xDDC1DA) is unknown color: approx French Lilac. HEX triplet: DD, C1 and DA. RGB value is (221,193,218). Sum of RGB (Red+Green+Blue) = 221+193+218=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1DA is #223E25. Grayscale: #CCCCCC. Windows color (decimal): -2244134 or 14336477. OLE color: 14336477.

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

Color convert

RGB221193218-
CMYK00.130.010.13
HSL306.43º29.17%81.18%-
HSV(B)306.43º12.67%86.67%-
XYZ61.5458.5774.39-
YUV204.22135.78139.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 193 (75.78% from 255) = 30.54%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=34.97%
G=30.54%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119321800.130.010.13306.4329.1781.18
HexDDC1DA0D1D1321d51
Octal33530133201511546235121
Binary1101110111000001110110100110111101100110010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1DA; }

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

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

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

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

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

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

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

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