#DDC1D8

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

Shades of French Lilac #DDC1D8

Tints of French Lilac #DDC1D8

Color information

#DDC1D8 (or 0xDDC1D8) is unknown color: approx French Lilac. HEX triplet: DD, C1 and D8. RGB value is (221,193,216). Sum of RGB (Red+Green+Blue) = 221+193+216=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1D8 is #223E27. Grayscale: #CBCBCB. Windows color (decimal): -2244136 or 14205405. OLE color: 14205405.

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

Color convert

RGB221193216-
CMYK00.130.020.13
HSL310.71º29.17%81.18%-
HSV(B)310.71º12.67%86.67%-
XYZ61.2858.4773.02-
YUV203.99134.78140.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 193 (75.78% from 255) = 30.63%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=35.08%
G=30.63%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119321600.130.020.13310.7129.1781.18
HexDDC1D80D2D1371d51
Octal33530133001521546735121
Binary11011101110000011101100001101101101100110111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1D8; }

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

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

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

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

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

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

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

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