#DDC6D8

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

Shades of French Lilac #DDC6D8

Tints of French Lilac #DDC6D8

Color information

#DDC6D8 (or 0xDDC6D8) is unknown color: approx French Lilac. HEX triplet: DD, C6 and D8. RGB value is (221,198,216). Sum of RGB (Red+Green+Blue) = 221+198+216=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6D8 is #223927. Grayscale: #CECECE. Windows color (decimal): -2242856 or 14206685. OLE color: 14206685.

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

Color convert

RGB221198216-
CMYK00.100.020.13
HSL313.04º25.27%82.16%-
HSV(B)313.04º10.41%86.67%-
XYZ62.4160.7273.4-
YUV206.93133.12138.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 216 (84.77% from 255) = 34.02%
R=34.80%
G=31.18%
B=34.02%

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
Decimal22119821600.100.020.13313.0425.2782.16
HexDDC6D80A2D1391952
Octal33530633001221547131122
Binary11011101110001101101100001010101101100111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6D8; }

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

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

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

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

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

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

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

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