#DEC0D7

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

Shades of French Lilac #DEC0D7

Tints of French Lilac #DEC0D7

Color information

#DEC0D7 (or 0xDEC0D7) is unknown color: approx French Lilac. HEX triplet: DE, C0 and D7. RGB value is (222,192,215). Sum of RGB (Red+Green+Blue) = 222+192+215=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0D7 is #213F28. Grayscale: #CBCBCB. Windows color (decimal): -2178857 or 14139614. OLE color: 14139614.

HSL color Cylindrical-coordinate representation of color #DEC0D7: hue angle of 314º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0D7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222192215-
CMYK00.140.030.13
HSL314º31.25%81.18%-
HSV(B)314º13.51%87.06%-
XYZ61.2458.1472.28-
YUV203.59134.44141.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 192 (75.39% from 255) = 30.52%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=35.29%
G=30.52%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219221500.140.030.1331431.2581.18
HexDEC0D70E3D13a1f51
Octal33630032701631547237121
Binary11011110110000001101011101110111101100111010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0D7; }

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

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

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

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

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

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

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

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