#DEC0DA

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

Shades of French Lilac #DEC0DA

Tints of French Lilac #DEC0DA

Color information

#DEC0DA (or 0xDEC0DA) is unknown color: approx French Lilac. HEX triplet: DE, C0 and DA. RGB value is (222,192,218). Sum of RGB (Red+Green+Blue) = 222+192+218=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0DA is #213F25. Grayscale: #CBCBCB. Windows color (decimal): -2178854 or 14336222. OLE color: 14336222.

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

Color convert

RGB222192218-
CMYK00.140.020.13
HSL308º31.25%81.18%-
HSV(B)308º13.51%87.06%-
XYZ61.6358.2974.33-
YUV203.93135.94140.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 192 (75.39% from 255) = 30.38%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=35.13%
G=30.38%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219221800.140.020.1330831.2581.18
HexDEC0DA0E2D1341f51
Octal33630033201621546437121
Binary11011110110000001101101001110101101100110100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0DA; }

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

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

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

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

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

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

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

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