#DDC8D9

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

Shades of French Lilac #DDC8D9

Tints of French Lilac #DDC8D9

Color information

#DDC8D9 (or 0xDDC8D9) is unknown color: approx French Lilac. HEX triplet: DD, C8 and D9. RGB value is (221,200,217). Sum of RGB (Red+Green+Blue) = 221+200+217=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8D9 is #223726. Grayscale: #D0D0D0. Windows color (decimal): -2242343 or 14272733. OLE color: 14272733.

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

Color convert

RGB221200217-
CMYK00.100.020.13
HSL311.43º23.6%82.55%-
HSV(B)311.43º9.5%86.67%-
XYZ6361.6974.23-
YUV208.22132.96137.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 217 (85.16% from 255) = 34.01%
R=34.64%
G=31.35%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120021700.100.020.13311.4323.682.55
HexDDC8D90A2D1371853
Octal33531033101221546730123
Binary11011101110010001101100101010101101100110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8D9; }

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

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

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

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

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

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

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

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