#DEC5D9

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

Shades of French Lilac #DEC5D9

Tints of French Lilac #DEC5D9

Color information

#DEC5D9 (or 0xDEC5D9) is unknown color: approx French Lilac. HEX triplet: DE, C5 and D9. RGB value is (222,197,217). Sum of RGB (Red+Green+Blue) = 222+197+217=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5D9 is #213A26. Grayscale: #CECECE. Windows color (decimal): -2177575 or 14271966. OLE color: 14271966.

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

Color convert

RGB222197217-
CMYK00.110.020.13
HSL312º27.47%82.16%-
HSV(B)312º11.26%87.06%-
XYZ62.6160.4774.02-
YUV206.76133.78138.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 217 (85.16% from 255) = 34.12%
R=34.91%
G=30.97%
B=34.12%

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
Decimal22219721700.110.020.1331227.4782.16
HexDEC5D90B2D1381b52
Octal33630533101321547033122
Binary11011110110001011101100101011101101100111000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5D9; }

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

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

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

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

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

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

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

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