#DDC0D9

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

Shades of French Lilac #DDC0D9

Tints of French Lilac #DDC0D9

Color information

#DDC0D9 (or 0xDDC0D9) is unknown color: approx French Lilac. HEX triplet: DD, C0 and D9. RGB value is (221,192,217). Sum of RGB (Red+Green+Blue) = 221+192+217=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0D9 is #223F26. Grayscale: #CBCBCB. Windows color (decimal): -2244391 or 14270685. OLE color: 14270685.

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

Color convert

RGB221192217-
CMYK00.130.020.13
HSL308.28º29.9%80.98%-
HSV(B)308.28º13.12%86.67%-
XYZ61.1958.0873.63-
YUV203.52135.61140.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.08%
GREEN value IS 192 (75.39% from 255) = 30.48%
BLUE value IS 217 (85.16% from 255) = 34.44%
R=35.08%
G=30.48%
B=34.44%

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
Decimal22119221700.130.020.13308.2829.980.98
HexDDC0D90D2D1341e51
Octal33530033101521546436121
Binary11011101110000001101100101101101101100110100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0D9; }

 p { color: rgb(221,192,217); }

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

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

 a { background-color: rgb(221,192,217); }

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

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

 span { border-color: rgb(221,192,217); }

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