#DDC9D8

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

Shades of French Lilac #DDC9D8

Tints of French Lilac #DDC9D8

Color information

#DDC9D8 (or 0xDDC9D8) is unknown color: approx French Lilac. HEX triplet: DD, C9 and D8. RGB value is (221,201,216). Sum of RGB (Red+Green+Blue) = 221+201+216=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9D8 is #223627. Grayscale: #D0D0D0. Windows color (decimal): -2242088 or 14207453. OLE color: 14207453.

HSL color Cylindrical-coordinate representation of color #DDC9D8: hue angle of 315º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDC9D8 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221201216-
CMYK00.090.020.13
HSL315º22.73%82.75%-
HSV(B)315º9.05%86.67%-
XYZ63.162.173.63-
YUV208.69132.13136.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 216 (84.77% from 255) = 33.86%
R=34.64%
G=31.50%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120121600.090.020.1331522.7382.75
HexDDC9D8092D13b1753
Octal33531133001121547327123
Binary11011101110010011101100001001101101100111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9D8; }

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

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

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

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

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

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

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

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