#DEC5D7

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

Shades of French Lilac #DEC5D7

Tints of French Lilac #DEC5D7

Color information

#DEC5D7 (or 0xDEC5D7) is unknown color: approx French Lilac. HEX triplet: DE, C5 and D7. RGB value is (222,197,215). Sum of RGB (Red+Green+Blue) = 222+197+215=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5D7 is #213A28. Grayscale: #CECECE. Windows color (decimal): -2177577 or 14140894. OLE color: 14140894.

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

Color convert

RGB222197215-
CMYK00.110.030.13
HSL316.8º27.47%82.16%-
HSV(B)316.8º11.26%87.06%-
XYZ62.3660.3772.66-
YUV206.53132.78139.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 215 (84.38% from 255) = 33.91%
R=35.02%
G=31.07%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219721500.110.030.13316.827.4782.16
HexDEC5D70B3D13d1b52
Octal33630532701331547533122
Binary11011110110001011101011101011111101100111101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5D7; }

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

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

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

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

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

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

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

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