#DEC6D9

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

Shades of French Lilac #DEC6D9

Tints of French Lilac #DEC6D9

Color information

#DEC6D9 (or 0xDEC6D9) is unknown color: approx French Lilac. HEX triplet: DE, C6 and D9. RGB value is (222,198,217). Sum of RGB (Red+Green+Blue) = 222+198+217=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6D9 is #213926. Grayscale: #CFCFCF. Windows color (decimal): -2177319 or 14272222. OLE color: 14272222.

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

Color convert

RGB222198217-
CMYK00.110.020.13
HSL312.5º26.67%82.35%-
HSV(B)312.5º10.81%87.06%-
XYZ62.8460.9374.09-
YUV207.34133.45138.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=34.85%
G=31.08%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219821700.110.020.13312.526.6782.35
HexDEC6D90B2D1381b52
Octal33630633101321547033122
Binary11011110110001101101100101011101101100111000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6D9; }

 p { color: rgb(222,198,217); }

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

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

 a { background-color: rgb(222,198,217); }

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

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

 span { border-color: rgb(222,198,217); }

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