#DEC5DA

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

Shades of French Lilac #DEC5DA

Tints of French Lilac #DEC5DA

Color information

#DEC5DA (or 0xDEC5DA) is unknown color: approx French Lilac. HEX triplet: DE, C5 and DA. RGB value is (222,197,218). Sum of RGB (Red+Green+Blue) = 222+197+218=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5DA is #213A25. Grayscale: #CECECE. Windows color (decimal): -2177574 or 14337502. OLE color: 14337502.

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

Color convert

RGB222197218-
CMYK00.110.020.13
HSL309.6º27.47%82.16%-
HSV(B)309.6º11.26%87.06%-
XYZ62.7560.5274.7-
YUV206.87134.28138.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=34.85%
G=30.93%
B=34.22%

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
Decimal22219721800.110.020.13309.627.4782.16
HexDEC5DA0B2D1361b52
Octal33630533201321546633122
Binary11011110110001011101101001011101101100110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5DA; }

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

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

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

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

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

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

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

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